Html Css Color HEX #AF881C Dark Goldenrod

📋 copy color: '#AF881C'

red 175 ◦ green 136 ◦ blue 28

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

Shades of Dark Goldenrod #AF881C

Tints of Dark Goldenrod #AF881C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 40.12%

 BLUE value IS 28 (11.33% from 255) = 8.26%

R = 51.62%
G = 40.12%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#AF881C (or 0xAF881C) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 1C. RGB value is (175,136,28). Sum of RGB (Red+Green+Blue) = 175+136+28=339 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.62% from 339); Green value is 136 (53.52% from 255 or 40.12% from 339); Blue value is 28 (11.33% from 255 or 8.26% from 339); Max value from RGB is 175 - color contains mainly: red. Hex color #AF881C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF881C is #5077E3. Grayscale: #878787. Windows color (decimal): -5273572 or 1869999. OLE color: 1869999.

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

Color convert

RGB 175 136 28 -
CMYK 0 0.22 0.84 0.31
HSL 44.08º 0.72% 0.4% -
HSV(B) 44.08º 0.84% 0.69% -
XYZ 26.69 26.81 4.87 -
YUV 135.35 67.42 156.28 -
System Red Green Blue C M Y K H S L
Decimal 175 136 28 0 0.22 0.84 0.31 44.08 0.72 0.4
Hex AF 88 1C 0 16 54 1F 2C 48 28
Octal 257 210 34 0 26 124 37 54 110 50
Binary 10101111 10001000 11100 0 10110 1010100 11111 101100 1001000 101000

Color Harmonies of #AF881C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF881C

Black with #AF881C

Text Example


Text Example

White with #AF881C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF881C; }

 p { color: rgb(175,136,28); }

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

background-color css

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

 a { background-color: rgb(175,136,28); }

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

border-color css

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

 span { border-color: rgb(175,136,28); }

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