Html Css Color HEX #AB811F Hacienda

📋 copy color: '#AB811F'

red 171 ◦ green 129 ◦ blue 31

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

Shades of Hacienda #AB811F

Tints of Hacienda #AB811F

RGB

 RED value IS 171 (67.19% from 255) = 51.66%

 GREEN value IS 129 (50.78% from 255) = 38.97%

 BLUE value IS 31 (12.5% from 255) = 9.37%

R = 51.66%
G = 38.97%
B = 9.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB811F (or 0xAB811F) is known color: Hacienda. HEX triplet: AB, 81 and 1F. RGB value is (171,129,31). Sum of RGB (Red+Green+Blue) = 171+129+31=331 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.66% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 31 (12.5% from 255 or 9.37% from 331); Max value from RGB is 171 - color contains mainly: red. Hex color #AB811F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB811F is #547EE0. Grayscale: #828282. Windows color (decimal): -5537505 or 2064811. OLE color: 2064811.

HSL color Cylindrical-coordinate representation of color #AB811F: hue angle of 42º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AB811F is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 129 31 -
CMYK 0 0.25 0.82 0.33
HSL 42º 0.69% 0.4% -
HSV(B) 42º 0.82% 0.67% -
XYZ 24.89 24.46 4.71 -
YUV 130.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 171 129 31 0 0.25 0.82 0.33 42 0.69 0.4
Hex AB 81 1F 0 19 52 21 2A 45 28
Octal 253 201 37 0 31 122 41 52 105 50
Binary 10101011 10000001 11111 0 11001 1010010 100001 101010 1000101 101000

Color Harmonies of #AB811F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB811F

Black with #AB811F

Text Example


Text Example

White with #AB811F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB811F; }

 p { color: rgb(171,129,31); }

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

background-color css

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

 a { background-color: rgb(171,129,31); }

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

border-color css

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

 span { border-color: rgb(171,129,31); }

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