Html Css Color HEX #AB8428 Hacienda

📋 copy color: '#AB8428'

red 171 ◦ green 132 ◦ blue 40

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

Shades of Hacienda #AB8428

Tints of Hacienda #AB8428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.66%

R = 49.85%
G = 38.48%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AB8428 (or 0xAB8428) is known color: Hacienda. HEX triplet: AB, 84 and 28. RGB value is (171,132,40). Sum of RGB (Red+Green+Blue) = 171+132+40=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8428 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8428 is #547BD7. Grayscale: #858585. Windows color (decimal): -5536728 or 2655403. OLE color: 2655403.

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

Color convert

RGB 171 132 40 -
CMYK 0 0.23 0.77 0.33
HSL 42.14º 0.62% 0.41% -
HSV(B) 42.14º 0.77% 0.67% -
XYZ 25.43 25.31 5.55 -
YUV 133.17 75.42 154.98 -
System Red Green Blue C M Y K H S L
Decimal 171 132 40 0 0.23 0.77 0.33 42.14 0.62 0.41
Hex AB 84 28 0 17 4D 21 2A 3E 29
Octal 253 204 50 0 27 115 41 52 76 51
Binary 10101011 10000100 101000 0 10111 1001101 100001 101010 111110 101001

Color Harmonies of #AB8428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8428

Black with #AB8428

Text Example


Text Example

White with #AB8428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8428; }

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

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

background-color css

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

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

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

border-color css

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

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

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