Html Css Color HEX #AF881A Dark Goldenrod

📋 copy color: '#AF881A'

red 175 ◦ green 136 ◦ blue 26

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

Shades of Dark Goldenrod #AF881A

Tints of Dark Goldenrod #AF881A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.72%

R = 51.93%
G = 40.36%
B = 7.72%

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

#AF881A (or 0xAF881A) is known color: Dark Goldenrod. HEX triplet: AF, 88 and 1A. RGB value is (175,136,26). Sum of RGB (Red+Green+Blue) = 175+136+26=337 (44% of max value = 765). Red value is 175 (68.75% from 255 or 51.93% from 337); Green value is 136 (53.52% from 255 or 40.36% from 337); Blue value is 26 (10.55% from 255 or 7.72% from 337); Max value from RGB is 175 - color contains mainly: red. Hex color #AF881A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF881A is #5077E5. Grayscale: #878787. Windows color (decimal): -5273574 or 1738927. OLE color: 1738927.

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

Color convert

RGB 175 136 26 -
CMYK 0 0.22 0.85 0.31
HSL 44.3º 0.74% 0.39% -
HSV(B) 44.3º 0.85% 0.69% -
XYZ 26.67 26.8 4.74 -
YUV 135.12 66.42 156.44 -
System Red Green Blue C M Y K H S L
Decimal 175 136 26 0 0.22 0.85 0.31 44.3 0.74 0.39
Hex AF 88 1A 0 16 55 1F 2C 4A 27
Octal 257 210 32 0 26 125 37 54 112 47
Binary 10101111 10001000 11010 0 10110 1010101 11111 101100 1001010 100111

Color Harmonies of #AF881A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF881A

Black with #AF881A

Text Example


Text Example

White with #AF881A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF881A; }

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

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

background-color css

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

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

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

border-color css

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

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

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