Html Css Color HEX #A88223 Hacienda

📋 copy color: '#A88223'

red 168 ◦ green 130 ◦ blue 35

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

Shades of Hacienda #A88223

Tints of Hacienda #A88223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 50.45%
G = 39.04%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.79

 K value IS 0.34

RGB Variations

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

Color information

#A88223 (or 0xA88223) is known color: Hacienda. HEX triplet: A8, 82 and 23. RGB value is (168,130,35). Sum of RGB (Red+Green+Blue) = 168+130+35=333 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50.45% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 168 - color contains mainly: red. Hex color #A88223 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88223 is #577DDC. Grayscale: #828282. Windows color (decimal): -5733853 or 2327208. OLE color: 2327208.

HSL color Cylindrical-coordinate representation of color #A88223: hue angle of 42.86º degrees, saturation: 0.66, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A88223 is Cyan = 0, Magento = 0.23, Yellow = 0.79 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 130 35 -
CMYK 0 0.23 0.79 0.34
HSL 42.86º 0.66% 0.4% -
HSV(B) 42.86º 0.79% 0.66% -
XYZ 24.43 24.41 5.01 -
YUV 130.53 74.09 154.72 -
System Red Green Blue C M Y K H S L
Decimal 168 130 35 0 0.23 0.79 0.34 42.86 0.66 0.4
Hex A8 82 23 0 17 4F 22 2B 42 28
Octal 250 202 43 0 27 117 42 53 102 50
Binary 10101000 10000010 100011 0 10111 1001111 100010 101011 1000010 101000

Color Harmonies of #A88223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88223

Black with #A88223

Text Example


Text Example

White with #A88223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88223; }

 p { color: rgb(168,130,35); }

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

background-color css

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

 a { background-color: rgb(168,130,35); }

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

border-color css

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

 span { border-color: rgb(168,130,35); }

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