Html Css Color HEX #AF7D09 Dark Goldenrod

📋 copy color: '#AF7D09'

red 175 ◦ green 125 ◦ blue 9

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

Shades of Dark Goldenrod #AF7D09

Tints of Dark Goldenrod #AF7D09

RGB

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

 GREEN value IS 125 (49.22% from 255) = 40.45%

 BLUE value IS 9 (3.91% from 255) = 2.91%

R = 56.63%
G = 40.45%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF7D09 (or 0xAF7D09) is known color: Dark Goldenrod. HEX triplet: AF, 7D and 09. RGB value is (175,125,9). Sum of RGB (Red+Green+Blue) = 175+125+9=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 9 (3.91% from 255 or 2.91% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7D09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7D09 is #5082F6. Grayscale: #7F7F7F. Windows color (decimal): -5276407 or 621999. OLE color: 621999.

HSL color Cylindrical-coordinate representation of color #AF7D09: hue angle of 41.93º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AF7D09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 125 9 -
CMYK 0 0.29 0.95 0.31
HSL 41.93º 0.9% 0.36% -
HSV(B) 41.93º 0.95% 0.69% -
XYZ 25.06 23.8 3.53 -
YUV 126.73 61.57 162.43 -
System Red Green Blue C M Y K H S L
Decimal 175 125 9 0 0.29 0.95 0.31 41.93 0.9 0.36
Hex AF 7D 9 0 1D 5F 1F 2A 5A 24
Octal 257 175 11 0 35 137 37 52 132 44
Binary 10101111 1111101 1001 0 11101 1011111 11111 101010 1011010 100100

Color Harmonies of #AF7D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7D09

Black with #AF7D09

Text Example


Text Example

White with #AF7D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7D09; }

 p { color: rgb(175,125,9); }

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

background-color css

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

 a { background-color: rgb(175,125,9); }

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

border-color css

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

 span { border-color: rgb(175,125,9); }

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