Html Css Color HEX #A8852A Hacienda

📋 copy color: '#A8852A'

red 168 ◦ green 133 ◦ blue 42

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

Shades of Hacienda #A8852A

Tints of Hacienda #A8852A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.24%

R = 48.98%
G = 38.78%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8852A (or 0xA8852A) is known color: Hacienda. HEX triplet: A8, 85 and 2A. RGB value is (168,133,42). Sum of RGB (Red+Green+Blue) = 168+133+42=343 (45% of max value = 765). Red value is 168 (66.02% from 255 or 48.98% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 168 - color contains mainly: red. Hex color #A8852A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8852A is #577AD5. Grayscale: #858585. Windows color (decimal): -5733078 or 2786728. OLE color: 2786728.

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

Color convert

RGB 168 133 42 -
CMYK 0 0.21 0.75 0.34
HSL 43.33º 0.6% 0.41% -
HSV(B) 43.33º 0.75% 0.66% -
XYZ 24.95 25.27 5.75 -
YUV 133.09 76.6 152.9 -
System Red Green Blue C M Y K H S L
Decimal 168 133 42 0 0.21 0.75 0.34 43.33 0.6 0.41
Hex A8 85 2A 0 15 4B 22 2B 3C 29
Octal 250 205 52 0 25 113 42 53 74 51
Binary 10101000 10000101 101010 0 10101 1001011 100010 101011 111100 101001

Color Harmonies of #A8852A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8852A

Black with #A8852A

Text Example


Text Example

White with #A8852A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8852A; }

 p { color: rgb(168,133,42); }

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

background-color css

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

 a { background-color: rgb(168,133,42); }

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

border-color css

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

 span { border-color: rgb(168,133,42); }

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