Html Css Color HEX #AF800A Dark Goldenrod

📋 copy color: '#AF800A'

red 175 ◦ green 128 ◦ blue 10

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

Shades of Dark Goldenrod #AF800A

Tints of Dark Goldenrod #AF800A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.19%

R = 55.91%
G = 40.89%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#AF800A (or 0xAF800A) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 0A. RGB value is (175,128,10). Sum of RGB (Red+Green+Blue) = 175+128+10=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 128 (50.39% from 255 or 40.89% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF800A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF800A is #507FF5. Grayscale: #818181. Windows color (decimal): -5275638 or 688303. OLE color: 688303.

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

Color convert

RGB 175 128 10 -
CMYK 0 0.27 0.94 0.31
HSL 42.91º 0.89% 0.36% -
HSV(B) 42.91º 0.94% 0.69% -
XYZ 25.45 24.57 3.69 -
YUV 128.6 61.07 161.09 -
System Red Green Blue C M Y K H S L
Decimal 175 128 10 0 0.27 0.94 0.31 42.91 0.89 0.36
Hex AF 80 A 0 1B 5E 1F 2B 59 24
Octal 257 200 12 0 33 136 37 53 131 44
Binary 10101111 10000000 1010 0 11011 1011110 11111 101011 1011001 100100

Color Harmonies of #AF800A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF800A

Black with #AF800A

Text Example


Text Example

White with #AF800A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF800A; }

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

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

background-color css

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

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

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

border-color css

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

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

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