Html Css Color HEX #AF8105 Dark Goldenrod

📋 copy color: '#AF8105'

red 175 ◦ green 129 ◦ blue 5

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

Shades of Dark Goldenrod #AF8105

Tints of Dark Goldenrod #AF8105

RGB

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

 GREEN value IS 129 (50.78% from 255) = 41.75%

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

R = 56.63%
G = 41.75%
B = 1.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF8105 (or 0xAF8105) is known color: Dark Goldenrod. HEX triplet: AF, 81 and 05. RGB value is (175,129,5). Sum of RGB (Red+Green+Blue) = 175+129+5=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8105 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8105 is #507EFA. Grayscale: #818181. Windows color (decimal): -5275387 or 360879. OLE color: 360879.

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

Color convert

RGB 175 129 5 -
CMYK 0 0.26 0.97 0.31
HSL 43.76º 0.94% 0.35% -
HSV(B) 43.76º 0.97% 0.69% -
XYZ 25.56 24.83 3.59 -
YUV 128.62 58.24 161.08 -
System Red Green Blue C M Y K H S L
Decimal 175 129 5 0 0.26 0.97 0.31 43.76 0.94 0.35
Hex AF 81 5 0 1A 61 1F 2C 5E 23
Octal 257 201 5 0 32 141 37 54 136 43
Binary 10101111 10000001 101 0 11010 1100001 11111 101100 1011110 100011

Color Harmonies of #AF8105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8105

Black with #AF8105

Text Example


Text Example

White with #AF8105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8105; }

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

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

background-color css

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

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

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

border-color css

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

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

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