Html Css Color HEX #AF800D Dark Goldenrod

📋 copy color: '#AF800D'

red 175 ◦ green 128 ◦ blue 13

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

Shades of Dark Goldenrod #AF800D

Tints of Dark Goldenrod #AF800D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 40.51%

 BLUE value IS 13 (5.47% from 255) = 4.11%

R = 55.38%
G = 40.51%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#AF800D (or 0xAF800D) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 0D. RGB value is (175,128,13). Sum of RGB (Red+Green+Blue) = 175+128+13=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 13 (5.47% from 255 or 4.11% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF800D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF800D is #507FF2. Grayscale: #818181. Windows color (decimal): -5275635 or 884911. OLE color: 884911.

HSL color Cylindrical-coordinate representation of color #AF800D: hue angle of 42.59º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #AF800D is Cyan = 0, Magento = 0.27, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 128 13 -
CMYK 0 0.27 0.93 0.31
HSL 42.59º 0.86% 0.37% -
HSV(B) 42.59º 0.93% 0.69% -
XYZ 25.47 24.58 3.78 -
YUV 128.94 62.57 160.85 -
System Red Green Blue C M Y K H S L
Decimal 175 128 13 0 0.27 0.93 0.31 42.59 0.86 0.37
Hex AF 80 D 0 1B 5D 1F 2B 56 25
Octal 257 200 15 0 33 135 37 53 126 45
Binary 10101111 10000000 1101 0 11011 1011101 11111 101011 1010110 100101

Color Harmonies of #AF800D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF800D

Black with #AF800D

Text Example


Text Example

White with #AF800D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF800D; }

 p { color: rgb(175,128,13); }

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

background-color css

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

 a { background-color: rgb(175,128,13); }

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

border-color css

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

 span { border-color: rgb(175,128,13); }

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