Html Css Color HEX #AF881E Hacienda

📋 copy color: '#AF881E'

red 175 ◦ green 136 ◦ blue 30

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

Shades of Hacienda #AF881E

Tints of Hacienda #AF881E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.8%

R = 51.32%
G = 39.88%
B = 8.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#AF881E (or 0xAF881E) is known color: Hacienda. HEX triplet: AF, 88 and 1E. RGB value is (175,136,30). Sum of RGB (Red+Green+Blue) = 175+136+30=341 (45% of max value = 765). Red value is 175 (68.75% from 255 or 51.32% from 341); Green value is 136 (53.52% from 255 or 39.88% from 341); Blue value is 30 (12.11% from 255 or 8.80% from 341); Max value from RGB is 175 - color contains mainly: red. Hex color #AF881E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF881E is #5077E1. Grayscale: #888888. Windows color (decimal): -5273570 or 2001071. OLE color: 2001071.

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

Color convert

RGB 175 136 30 -
CMYK 0 0.22 0.83 0.31
HSL 43.86º 0.71% 0.4% -
HSV(B) 43.86º 0.83% 0.69% -
XYZ 26.72 26.82 5 -
YUV 135.58 68.42 156.12 -
System Red Green Blue C M Y K H S L
Decimal 175 136 30 0 0.22 0.83 0.31 43.86 0.71 0.4
Hex AF 88 1E 0 16 53 1F 2C 47 28
Octal 257 210 36 0 26 123 37 54 107 50
Binary 10101111 10001000 11110 0 10110 1010011 11111 101100 1000111 101000

Color Harmonies of #AF881E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF881E

Black with #AF881E

Text Example


Text Example

White with #AF881E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF881E; }

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

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

background-color css

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

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

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

border-color css

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

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

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