Html Css Color HEX #AB7D1D Hacienda

📋 copy color: '#AB7D1D'

red 171 ◦ green 125 ◦ blue 29

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

Shades of Hacienda #AB7D1D

Tints of Hacienda #AB7D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.92%

R = 52.62%
G = 38.46%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.33

RGB Variations

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

Color information

#AB7D1D (or 0xAB7D1D) is known color: Hacienda. HEX triplet: AB, 7D and 1D. RGB value is (171,125,29). Sum of RGB (Red+Green+Blue) = 171+125+29=325 (43% of max value = 765). Red value is 171 (67.19% from 255 or 52.62% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7D1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7D1D is #5482E2. Grayscale: #808080. Windows color (decimal): -5538531 or 1932715. OLE color: 1932715.

HSL color Cylindrical-coordinate representation of color #AB7D1D: hue angle of 40.56º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AB7D1D is Cyan = 0, Magento = 0.27, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 125 29 -
CMYK 0 0.27 0.83 0.33
HSL 40.56º 0.71% 0.39% -
HSV(B) 40.56º 0.83% 0.67% -
XYZ 24.35 23.41 4.4 -
YUV 127.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 171 125 29 0 0.27 0.83 0.33 40.56 0.71 0.39
Hex AB 7D 1D 0 1B 53 21 29 47 27
Octal 253 175 35 0 33 123 41 51 107 47
Binary 10101011 1111101 11101 0 11011 1010011 100001 101001 1000111 100111

Color Harmonies of #AB7D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7D1D

Black with #AB7D1D

Text Example


Text Example

White with #AB7D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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