Html Css Color HEX #AF881B Dark Goldenrod

📋 copy color: '#AF881B'

red 175 ◦ green 136 ◦ blue 27

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

Shades of Dark Goldenrod #AF881B

Tints of Dark Goldenrod #AF881B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 7.99%

R = 51.78%
G = 40.24%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AF881B (or 0xAF881B) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 1B. RGB value is (175,136,27). Sum of RGB (Red+Green+Blue) = 175+136+27=338 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.78% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 27 (10.94% from 255 or 7.99% from 338); Max value from RGB is 175 - color contains mainly: red. Hex color #AF881B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF881B is #5077E4. Grayscale: #878787. Windows color (decimal): -5273573 or 1804463. OLE color: 1804463.

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

Color convert

RGB 175 136 27 -
CMYK 0 0.22 0.85 0.31
HSL 44.19º 0.73% 0.4% -
HSV(B) 44.19º 0.85% 0.69% -
XYZ 26.68 26.8 4.8 -
YUV 135.24 66.92 156.36 -
System Red Green Blue C M Y K H S L
Decimal 175 136 27 0 0.22 0.85 0.31 44.19 0.73 0.4
Hex AF 88 1B 0 16 55 1F 2C 49 28
Octal 257 210 33 0 26 125 37 54 111 50
Binary 10101111 10001000 11011 0 10110 1010101 11111 101100 1001001 101000

Color Harmonies of #AF881B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF881B

Black with #AF881B

Text Example


Text Example

White with #AF881B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF881B; }

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

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

background-color css

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

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

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

border-color css

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

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

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