Html Css Color HEX #A88622 Hacienda

📋 copy color: '#A88622'

red 168 ◦ green 134 ◦ blue 34

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

Shades of Hacienda #A88622

Tints of Hacienda #A88622

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

 BLUE value IS 34 (13.67% from 255) = 10.12%

R = 50%
G = 39.88%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.34

RGB Variations

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

Color information

#A88622 (or 0xA88622) is known color: Hacienda. HEX triplet: A8, 86 and 22. RGB value is (168,134,34). Sum of RGB (Red+Green+Blue) = 168+134+34=336 (44% of max value = 765). Red value is 168 (66.02% from 255 or 50% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 168 - color contains mainly: red. Hex color #A88622 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A88622 is #5779DD. Grayscale: #858585. Windows color (decimal): -5732830 or 2262696. OLE color: 2262696.

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

Color convert

RGB 168 134 34 -
CMYK 0 0.20 0.80 0.34
HSL 44.78º 0.66% 0.4% -
HSV(B) 44.78º 0.8% 0.66% -
XYZ 24.96 25.49 5.12 -
YUV 132.77 72.26 153.13 -
System Red Green Blue C M Y K H S L
Decimal 168 134 34 0 0.20 0.80 0.34 44.78 0.66 0.4
Hex A8 86 22 0 14 50 22 2D 42 28
Octal 250 206 42 0 24 120 42 55 102 50
Binary 10101000 10000110 100010 0 10100 1010000 100010 101101 1000010 101000

Color Harmonies of #A88622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88622

Black with #A88622

Text Example


Text Example

White with #A88622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88622; }

 p { color: rgb(168,134,34); }

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

background-color css

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

 a { background-color: rgb(168,134,34); }

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

border-color css

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

 span { border-color: rgb(168,134,34); }

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