Html Css Color HEX #AB8527 Hacienda

📋 copy color: '#AB8527'

red 171 ◦ green 133 ◦ blue 39

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

Shades of Hacienda #AB8527

Tints of Hacienda #AB8527

RGB

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

 GREEN value IS 133 (52.34% from 255) = 38.78%

 BLUE value IS 39 (15.63% from 255) = 11.37%

R = 49.85%
G = 38.78%
B = 11.37%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8527 (or 0xAB8527) is known color: Hacienda. HEX triplet: AB, 85 and 27. RGB value is (171,133,39). Sum of RGB (Red+Green+Blue) = 171+133+39=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 39 (15.62% from 255 or 11.37% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8527 is #547AD8. Grayscale: #868686. Windows color (decimal): -5536473 or 2590123. OLE color: 2590123.

HSL color Cylindrical-coordinate representation of color #AB8527: hue angle of 42.73º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB8527 is Cyan = 0, Magento = 0.22, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 133 39 -
CMYK 0 0.22 0.77 0.33
HSL 42.73º 0.63% 0.41% -
HSV(B) 42.73º 0.77% 0.67% -
XYZ 25.55 25.58 5.51 -
YUV 133.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 171 133 39 0 0.22 0.77 0.33 42.73 0.63 0.41
Hex AB 85 27 0 16 4D 21 2B 3F 29
Octal 253 205 47 0 26 115 41 53 77 51
Binary 10101011 10000101 100111 0 10110 1001101 100001 101011 111111 101001

Color Harmonies of #AB8527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8527

Black with #AB8527

Text Example


Text Example

White with #AB8527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8527; }

 p { color: rgb(171,133,39); }

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

background-color css

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

 a { background-color: rgb(171,133,39); }

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

border-color css

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

 span { border-color: rgb(171,133,39); }

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