Html Css Color HEX #AB841F Hacienda

📋 copy color: '#AB841F'

red 171 ◦ green 132 ◦ blue 31

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

Shades of Hacienda #AB841F

Tints of Hacienda #AB841F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.52%

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

R = 51.2%
G = 39.52%
B = 9.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB841F (or 0xAB841F) is known color: Hacienda. HEX triplet: AB, 84 and 1F. RGB value is (171,132,31). Sum of RGB (Red+Green+Blue) = 171+132+31=334 (44% of max value = 765). Red value is 171 (67.19% from 255 or 51.20% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 31 (12.5% from 255 or 9.28% from 334); Max value from RGB is 171 - color contains mainly: red. Hex color #AB841F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB841F is #547BE0. Grayscale: #848484. Windows color (decimal): -5536737 or 2065579. OLE color: 2065579.

HSL color Cylindrical-coordinate representation of color #AB841F: hue angle of 43.29º 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 #AB841F is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 132 31 -
CMYK 0 0.23 0.82 0.33
HSL 43.29º 0.69% 0.4% -
HSV(B) 43.29º 0.82% 0.67% -
XYZ 25.29 25.26 4.84 -
YUV 132.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 171 132 31 0 0.23 0.82 0.33 43.29 0.69 0.4
Hex AB 84 1F 0 17 52 21 2B 45 28
Octal 253 204 37 0 27 122 41 53 105 50
Binary 10101011 10000100 11111 0 10111 1010010 100001 101011 1000101 101000

Color Harmonies of #AB841F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB841F

Black with #AB841F

Text Example


Text Example

White with #AB841F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB841F; }

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

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

background-color css

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

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

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

border-color css

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

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

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