Html Css Color HEX #AF8613 Dark Goldenrod

📋 copy color: '#AF8613'

red 175 ◦ green 134 ◦ blue 19

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

Shades of Dark Goldenrod #AF8613

Tints of Dark Goldenrod #AF8613

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.85%

 BLUE value IS 19 (7.81% from 255) = 5.79%

R = 53.35%
G = 40.85%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#AF8613 (or 0xAF8613) is known color: Dark Goldenrod. HEX triplet: AF, 86 and 13. RGB value is (175,134,19). Sum of RGB (Red+Green+Blue) = 175+134+19=328 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.35% from 328); Green value is 134 (52.73% from 255 or 40.85% from 328); Blue value is 19 (7.81% from 255 or 5.79% from 328); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8613 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8613 is #5079EC. Grayscale: #858585. Windows color (decimal): -5274093 or 1279663. OLE color: 1279663.

HSL color Cylindrical-coordinate representation of color #AF8613: hue angle of 44.23º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AF8613 is Cyan = 0, Magento = 0.23, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 134 19 -
CMYK 0 0.23 0.89 0.31
HSL 44.23º 0.8% 0.38% -
HSV(B) 44.23º 0.89% 0.69% -
XYZ 26.32 26.21 4.29 -
YUV 133.15 63.58 157.85 -
System Red Green Blue C M Y K H S L
Decimal 175 134 19 0 0.23 0.89 0.31 44.23 0.8 0.38
Hex AF 86 13 0 17 59 1F 2C 50 26
Octal 257 206 23 0 27 131 37 54 120 46
Binary 10101111 10000110 10011 0 10111 1011001 11111 101100 1010000 100110

Color Harmonies of #AF8613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8613

Black with #AF8613

Text Example


Text Example

White with #AF8613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8613; }

 p { color: rgb(175,134,19); }

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

background-color css

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

 a { background-color: rgb(175,134,19); }

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

border-color css

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

 span { border-color: rgb(175,134,19); }

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