Html Css Color HEX #AB8328 Hacienda

📋 copy color: '#AB8328'

red 171 ◦ green 131 ◦ blue 40

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

Shades of Hacienda #AB8328

Tints of Hacienda #AB8328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.3%

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

R = 50%
G = 38.3%
B = 11.7%

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

#AB8328 (or 0xAB8328) is known color: Hacienda. HEX triplet: AB, 83 and 28. RGB value is (171,131,40). Sum of RGB (Red+Green+Blue) = 171+131+40=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 40 (16.02% from 255 or 11.70% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8328 is #547CD7. Grayscale: #848484. Windows color (decimal): -5536984 or 2655147. OLE color: 2655147.

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

Color convert

RGB 171 131 40 -
CMYK 0 0.23 0.77 0.33
HSL 41.68º 0.62% 0.41% -
HSV(B) 41.68º 0.77% 0.67% -
XYZ 25.29 25.04 5.51 -
YUV 132.59 75.75 155.4 -
System Red Green Blue C M Y K H S L
Decimal 171 131 40 0 0.23 0.77 0.33 41.68 0.62 0.41
Hex AB 83 28 0 17 4D 21 2A 3E 29
Octal 253 203 50 0 27 115 41 52 76 51
Binary 10101011 10000011 101000 0 10111 1001101 100001 101010 111110 101001

Color Harmonies of #AB8328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8328

Black with #AB8328

Text Example


Text Example

White with #AB8328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8328; }

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

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

background-color css

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

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

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

border-color css

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

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

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