Html Css Color HEX #AF8705 Dark Goldenrod

📋 copy color: '#AF8705'

red 175 ◦ green 135 ◦ blue 5

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

Shades of Dark Goldenrod #AF8705

Tints of Dark Goldenrod #AF8705

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.86%

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

R = 55.56%
G = 42.86%
B = 1.59%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.97

 K value IS 0.31

RGB Variations

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

Color information

#AF8705 (or 0xAF8705) is known color: Dark Goldenrod. HEX triplet: AF, 87 and 05. RGB value is (175,135,5). Sum of RGB (Red+Green+Blue) = 175+135+5=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 5 (2.34% from 255 or 1.59% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8705 is #5078FA. Grayscale: #848484. Windows color (decimal): -5273851 or 362415. OLE color: 362415.

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

Color convert

RGB 175 135 5 -
CMYK 0 0.23 0.97 0.31
HSL 45.88º 0.94% 0.35% -
HSV(B) 45.88º 0.97% 0.69% -
XYZ 26.37 26.45 3.86 -
YUV 132.14 56.25 158.57 -
System Red Green Blue C M Y K H S L
Decimal 175 135 5 0 0.23 0.97 0.31 45.88 0.94 0.35
Hex AF 87 5 0 17 61 1F 2E 5E 23
Octal 257 207 5 0 27 141 37 56 136 43
Binary 10101111 10000111 101 0 10111 1100001 11111 101110 1011110 100011

Color Harmonies of #AF8705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8705

Black with #AF8705

Text Example


Text Example

White with #AF8705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8705; }

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

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

background-color css

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

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

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

border-color css

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

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

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