Html Css Color HEX #AF730D Dark Goldenrod

📋 copy color: '#AF730D'

red 175 ◦ green 115 ◦ blue 13

#AF730D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Goldenrod #AF730D

Tints of Dark Goldenrod #AF730D

RGB

 RED value IS 175 (68.75% from 255) = 57.76%

 GREEN value IS 115 (45.31% from 255) = 37.95%

 BLUE value IS 13 (5.47% from 255) = 4.29%

R = 57.76%
G = 37.95%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.93

 K value IS 0.31

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AF730D (or 0xAF730D) is known color: Dark Goldenrod. HEX triplet: AF, 73 and 0D. RGB value is (175,115,13). Sum of RGB (Red+Green+Blue) = 175+115+13=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 13 (5.47% from 255 or 4.29% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF730D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF730D is #508CF2. Grayscale: #797979. Windows color (decimal): -5278963 or 881583. OLE color: 881583.

HSL color Cylindrical-coordinate representation of color #AF730D: hue angle of 37.78º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF730D is Cyan = 0, Magento = 0.34, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 115 13 -
CMYK 0 0.34 0.93 0.31
HSL 37.78º 0.86% 0.37% -
HSV(B) 37.78º 0.93% 0.69% -
XYZ 23.88 21.4 3.25 -
YUV 121.31 66.88 166.29 -
System Red Green Blue C M Y K H S L
Decimal 175 115 13 0 0.34 0.93 0.31 37.78 0.86 0.37
Hex AF 73 D 0 22 5D 1F 26 56 25
Octal 257 163 15 0 42 135 37 46 126 45
Binary 10101111 1110011 1101 0 100010 1011101 11111 100110 1010110 100101

Color Harmonies of #AF730D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF730D

Black with #AF730D

Text Example


Text Example

White with #AF730D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF730D; }

 p { color: rgb(175,115,13); }

 H1.HeaderClassName
 {
   color: #AF730D;
 }
 .AnyTagClassName
 {
   color: #AF730D;
 }
</style>

background-color css

<style>
 a { background-color: #AF730D; }

 a { background-color: rgb(175,115,13); }

 div.DivClassName
 {
   background-color: #AF730D;
 }
 .BgClassName
 {
   background-color: #AF730D;
 }
</style>

border-color css

<style>
 span { border-color: #AF730D; }

 span { border-color: rgb(175,115,13); }

 td.TdClassName
 {
   border-color: #AF730D;
 }
 .TagClassName
 {
   border-color: #AF730D;
 }
</style>