Html Css Color HEX #AF8405 Dark Goldenrod

📋 copy color: '#AF8405'

red 175 ◦ green 132 ◦ blue 5

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

Shades of Dark Goldenrod #AF8405

Tints of Dark Goldenrod #AF8405

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.31%

 BLUE value IS 5 (2.34% from 255) = 1.6%

R = 56.09%
G = 42.31%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF8405 (or 0xAF8405) is known color: Dark Goldenrod. HEX triplet: AF, 84 and 05. RGB value is (175,132,5). Sum of RGB (Red+Green+Blue) = 175+132+5=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 5 (2.34% from 255 or 1.60% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8405 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8405 is #507BFA. Grayscale: #828282. Windows color (decimal): -5274619 or 361647. OLE color: 361647.

HSL color Cylindrical-coordinate representation of color #AF8405: hue angle of 44.82º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AF8405 is Cyan = 0, Magento = 0.25, Yellow = 0.97 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 5 -
CMYK 0 0.25 0.97 0.31
HSL 44.82º 0.94% 0.35% -
HSV(B) 44.82º 0.97% 0.69% -
XYZ 25.96 25.63 3.72 -
YUV 130.38 57.25 159.83 -
System Red Green Blue C M Y K H S L
Decimal 175 132 5 0 0.25 0.97 0.31 44.82 0.94 0.35
Hex AF 84 5 0 19 61 1F 2D 5E 23
Octal 257 204 5 0 31 141 37 55 136 43
Binary 10101111 10000100 101 0 11001 1100001 11111 101101 1011110 100011

Color Harmonies of #AF8405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8405

Black with #AF8405

Text Example


Text Example

White with #AF8405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8405; }

 p { color: rgb(175,132,5); }

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

background-color css

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

 a { background-color: rgb(175,132,5); }

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

border-color css

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

 span { border-color: rgb(175,132,5); }

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