Html Css Color HEX #AF800F Dark Goldenrod

📋 copy color: '#AF800F'

red 175 ◦ green 128 ◦ blue 15

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

Shades of Dark Goldenrod #AF800F

Tints of Dark Goldenrod #AF800F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.72%

R = 55.03%
G = 40.25%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#AF800F (or 0xAF800F) is known color: Dark Goldenrod. HEX triplet: AF, 80 and 0F. RGB value is (175,128,15). Sum of RGB (Red+Green+Blue) = 175+128+15=318 (42% of max value = 765). Red value is 175 (68.75% from 255 or 55.03% from 318); Green value is 128 (50.39% from 255 or 40.25% from 318); Blue value is 15 (6.25% from 255 or 4.72% from 318); Max value from RGB is 175 - color contains mainly: red. Hex color #AF800F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AF800F is #507FF0. Grayscale: #818181. Windows color (decimal): -5275633 or 1015983. OLE color: 1015983.

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

Color convert

RGB 175 128 15 -
CMYK 0 0.27 0.91 0.31
HSL 42.38º 0.84% 0.37% -
HSV(B) 42.38º 0.91% 0.69% -
XYZ 25.48 24.59 3.85 -
YUV 129.17 63.57 160.69 -
System Red Green Blue C M Y K H S L
Decimal 175 128 15 0 0.27 0.91 0.31 42.38 0.84 0.37
Hex AF 80 F 0 1B 5B 1F 2A 54 25
Octal 257 200 17 0 33 133 37 52 124 45
Binary 10101111 10000000 1111 0 11011 1011011 11111 101010 1010100 100101

Color Harmonies of #AF800F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF800F

Black with #AF800F

Text Example


Text Example

White with #AF800F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF800F; }

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

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

background-color css

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

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

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

border-color css

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

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

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