Html Css Color HEX #AB7D1F Hacienda

📋 copy color: '#AB7D1F'

red 171 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #AB7D1F

Tints of Hacienda #AB7D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.23%

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

R = 52.29%
G = 38.23%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.33

RGB Variations

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

Color information

#AB7D1F (or 0xAB7D1F) is known color: Hacienda. HEX triplet: AB, 7D and 1F. RGB value is (171,125,31). Sum of RGB (Red+Green+Blue) = 171+125+31=327 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.29% from 327); Green value is 125 (49.22% from 255 or 38.23% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D1F is #5482E0. Grayscale: #808080. Windows color (decimal): -5538529 or 2063787. OLE color: 2063787.

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

Color convert

RGB 171 125 31 -
CMYK 0 0.27 0.82 0.33
HSL 40.29º 0.69% 0.4% -
HSV(B) 40.29º 0.82% 0.67% -
XYZ 24.38 23.42 4.53 -
YUV 128.04 73.24 158.64 -
System Red Green Blue C M Y K H S L
Decimal 171 125 31 0 0.27 0.82 0.33 40.29 0.69 0.4
Hex AB 7D 1F 0 1B 52 21 28 45 28
Octal 253 175 37 0 33 122 41 50 105 50
Binary 10101011 1111101 11111 0 11011 1010010 100001 101000 1000101 101000

Color Harmonies of #AB7D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D1F

Black with #AB7D1F

Text Example


Text Example

White with #AB7D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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