Html Css Color HEX #A38820 Hacienda

📋 copy color: '#A38820'

red 163 ◦ green 136 ◦ blue 32

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

Shades of Hacienda #A38820

Tints of Hacienda #A38820

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.09%

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

R = 49.24%
G = 41.09%
B = 9.67%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A38820 (or 0xA38820) is known color: Hacienda. HEX triplet: A3, 88 and 20. RGB value is (163,136,32). Sum of RGB (Red+Green+Blue) = 163+136+32=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 136 (53.52% from 255 or 41.09% from 331); Blue value is 32 (12.89% from 255 or 9.67% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38820 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38820 is #5C77DF. Grayscale: #848484. Windows color (decimal): -6060000 or 2132131. OLE color: 2132131.

HSL color Cylindrical-coordinate representation of color #A38820: hue angle of 47.63º 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 #A38820 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 136 32 -
CMYK 0 0.17 0.80 0.36
HSL 47.63º 0.67% 0.38% -
HSV(B) 47.63º 0.8% 0.64% -
XYZ 24.17 25.5 5.01 -
YUV 132.22 71.45 149.96 -
System Red Green Blue C M Y K H S L
Decimal 163 136 32 0 0.17 0.80 0.36 47.63 0.67 0.38
Hex A3 88 20 0 11 50 24 30 43 26
Octal 243 210 40 0 21 120 44 60 103 46
Binary 10100011 10001000 100000 0 10001 1010000 100100 110000 1000011 100110

Color Harmonies of #A38820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38820

Black with #A38820

Text Example


Text Example

White with #A38820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38820; }

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

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

background-color css

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

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

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

border-color css

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

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

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