Html Css Color HEX #AF8315 Dark Goldenrod

📋 copy color: '#AF8315'

red 175 ◦ green 131 ◦ blue 21

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

Shades of Dark Goldenrod #AF8315

Tints of Dark Goldenrod #AF8315

RGB

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

 GREEN value IS 131 (51.56% from 255) = 40.06%

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 53.52%
G = 40.06%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#AF8315 (or 0xAF8315) is known color: Dark Goldenrod. HEX triplet: AF, 83 and 15. RGB value is (175,131,21). Sum of RGB (Red+Green+Blue) = 175+131+21=327 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.52% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8315 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF8315 is #507CEA. Grayscale: #848484. Windows color (decimal): -5274859 or 1409967. OLE color: 1409967.

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

Color convert

RGB 175 131 21 -
CMYK 0 0.25 0.88 0.31
HSL 42.86º 0.79% 0.38% -
HSV(B) 42.86º 0.88% 0.69% -
XYZ 25.93 25.4 4.25 -
YUV 131.62 65.58 158.94 -
System Red Green Blue C M Y K H S L
Decimal 175 131 21 0 0.25 0.88 0.31 42.86 0.79 0.38
Hex AF 83 15 0 19 58 1F 2B 4F 26
Octal 257 203 25 0 31 130 37 53 117 46
Binary 10101111 10000011 10101 0 11001 1011000 11111 101011 1001111 100110

Color Harmonies of #AF8315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8315

Black with #AF8315

Text Example


Text Example

White with #AF8315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8315; }

 p { color: rgb(175,131,21); }

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

background-color css

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

 a { background-color: rgb(175,131,21); }

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

border-color css

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

 span { border-color: rgb(175,131,21); }

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