Html Css Color HEX #AF9409 Dark Goldenrod

📋 copy color: '#AF9409'

red 175 ◦ green 148 ◦ blue 9

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

Shades of Dark Goldenrod #AF9409

Tints of Dark Goldenrod #AF9409

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.58%

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

R = 52.71%
G = 44.58%
B = 2.71%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.95

 K value IS 0.31

RGB Variations

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

Color information

#AF9409 (or 0xAF9409) is known color: Dark Goldenrod. HEX triplet: AF, 94 and 09. RGB value is (175,148,9). Sum of RGB (Red+Green+Blue) = 175+148+9=332 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.71% from 332); Green value is 148 (58.20% from 255 or 44.58% from 332); Blue value is 9 (3.91% from 255 or 2.71% from 332); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9409 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF9409 is #506BF6. Grayscale: #8C8C8C. Windows color (decimal): -5270519 or 627887. OLE color: 627887.

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

Color convert

RGB 175 148 9 -
CMYK 0 0.15 0.95 0.31
HSL 50.24º 0.9% 0.36% -
HSV(B) 50.24º 0.95% 0.69% -
XYZ 28.32 30.31 4.62 -
YUV 140.23 53.95 152.8 -
System Red Green Blue C M Y K H S L
Decimal 175 148 9 0 0.15 0.95 0.31 50.24 0.9 0.36
Hex AF 94 9 0 F 5F 1F 32 5A 24
Octal 257 224 11 0 17 137 37 62 132 44
Binary 10101111 10010100 1001 0 1111 1011111 11111 110010 1011010 100100

Color Harmonies of #AF9409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF9409

Black with #AF9409

Text Example


Text Example

White with #AF9409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF9409; }

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

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

background-color css

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

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

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

border-color css

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

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

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