Html Css Color HEX #AF7C09 Dark Goldenrod

📋 copy color: '#AF7C09'

red 175 ◦ green 124 ◦ blue 9

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

Shades of Dark Goldenrod #AF7C09

Tints of Dark Goldenrod #AF7C09

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

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

R = 56.82%
G = 40.26%
B = 2.92%

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

#AF7C09 (or 0xAF7C09) is known color: Dark Goldenrod. HEX triplet: AF, 7C and 09. RGB value is (175,124,9). Sum of RGB (Red+Green+Blue) = 175+124+9=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 9 (3.91% from 255 or 2.92% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7C09 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #AF7C09 is #5083F6. Grayscale: #7E7E7E. Windows color (decimal): -5276663 or 621743. OLE color: 621743.

HSL color Cylindrical-coordinate representation of color #AF7C09: hue angle of 41.57º 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 #AF7C09 is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 124 9 -
CMYK 0 0.29 0.95 0.31
HSL 41.57º 0.9% 0.36% -
HSV(B) 41.57º 0.95% 0.69% -
XYZ 24.94 23.55 3.49 -
YUV 126.14 61.9 162.85 -
System Red Green Blue C M Y K H S L
Decimal 175 124 9 0 0.29 0.95 0.31 41.57 0.9 0.36
Hex AF 7C 9 0 1D 5F 1F 2A 5A 24
Octal 257 174 11 0 35 137 37 52 132 44
Binary 10101111 1111100 1001 0 11101 1011111 11111 101010 1011010 100100

Color Harmonies of #AF7C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7C09

Black with #AF7C09

Text Example


Text Example

White with #AF7C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7C09; }

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

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

background-color css

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

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

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

border-color css

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

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

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