Html Css Color HEX #A8842B Hacienda

📋 copy color: '#A8842B'

red 168 ◦ green 132 ◦ blue 43

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

Shades of Hacienda #A8842B

Tints of Hacienda #A8842B

RGB

 RED value IS 168 (66.02% from 255) = 48.98%

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

 BLUE value IS 43 (17.19% from 255) = 12.54%

R = 48.98%
G = 38.48%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.74

 K value IS 0.34

RGB Variations

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

Color information

#A8842B (or 0xA8842B) is known color: Hacienda. HEX triplet: A8, 84 and 2B. RGB value is (168,132,43). Sum of RGB (Red+Green+Blue) = 168+132+43=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8842B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8842B is #577BD4. Grayscale: #858585. Windows color (decimal): -5733333 or 2852008. OLE color: 2852008.

HSL color Cylindrical-coordinate representation of color #A8842B: hue angle of 42.72º degrees, saturation: 0.59, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8842B is Cyan = 0, Magento = 0.21, Yellow = 0.74 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 132 43 -
CMYK 0 0.21 0.74 0.34
HSL 42.72º 0.59% 0.41% -
HSV(B) 42.72º 0.74% 0.66% -
XYZ 24.84 25 5.8 -
YUV 132.62 77.43 153.24 -
System Red Green Blue C M Y K H S L
Decimal 168 132 43 0 0.21 0.74 0.34 42.72 0.59 0.41
Hex A8 84 2B 0 15 4A 22 2B 3B 29
Octal 250 204 53 0 25 112 42 53 73 51
Binary 10101000 10000100 101011 0 10101 1001010 100010 101011 111011 101001

Color Harmonies of #A8842B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8842B

Black with #A8842B

Text Example


Text Example

White with #A8842B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8842B; }

 p { color: rgb(168,132,43); }

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

background-color css

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

 a { background-color: rgb(168,132,43); }

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

border-color css

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

 span { border-color: rgb(168,132,43); }

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