Html Css Color HEX #A38220 Hacienda

📋 copy color: '#A38220'

red 163 ◦ green 130 ◦ blue 32

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

Shades of Hacienda #A38220

Tints of Hacienda #A38220

RGB

 RED value IS 163 (64.06% from 255) = 50.15%

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

 BLUE value IS 32 (12.89% from 255) = 9.85%

R = 50.15%
G = 40%
B = 9.85%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A38220 (or 0xA38220) is known color: Hacienda. HEX triplet: A3, 82 and 20. RGB value is (163,130,32). Sum of RGB (Red+Green+Blue) = 163+130+32=325 (43% of max value = 765). Red value is 163 (64.06% from 255 or 50.15% from 325); Green value is 130 (51.17% from 255 or 40% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 163 - color contains mainly: red. Hex color #A38220 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38220 is #5C7DDF. Grayscale: #818181. Windows color (decimal): -6061536 or 2130595. OLE color: 2130595.

HSL color Cylindrical-coordinate representation of color #A38220: hue angle of 44.89º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A38220 is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 130 32 -
CMYK 0 0.20 0.80 0.36
HSL 44.89º 0.67% 0.38% -
HSV(B) 44.89º 0.8% 0.64% -
XYZ 23.35 23.86 4.74 -
YUV 128.7 73.43 152.47 -
System Red Green Blue C M Y K H S L
Decimal 163 130 32 0 0.20 0.80 0.36 44.89 0.67 0.38
Hex A3 82 20 0 14 50 24 2D 43 26
Octal 243 202 40 0 24 120 44 55 103 46
Binary 10100011 10000010 100000 0 10100 1010000 100100 101101 1000011 100110

Color Harmonies of #A38220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38220

Black with #A38220

Text Example


Text Example

White with #A38220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38220; }

 p { color: rgb(163,130,32); }

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

background-color css

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

 a { background-color: rgb(163,130,32); }

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

border-color css

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

 span { border-color: rgb(163,130,32); }

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