Html Css Color HEX #A38324 Hacienda

📋 copy color: '#A38324'

red 163 ◦ green 131 ◦ blue 36

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

Shades of Hacienda #A38324

Tints of Hacienda #A38324

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

 BLUE value IS 36 (14.45% from 255) = 10.91%

R = 49.39%
G = 39.7%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A38324 (or 0xA38324) is known color: Hacienda. HEX triplet: A3, 83 and 24. RGB value is (163,131,36). Sum of RGB (Red+Green+Blue) = 163+131+36=330 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.39% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 163 - color contains mainly: red. Hex color #A38324 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38324 is #5C7CDB. Grayscale: #828282. Windows color (decimal): -6061276 or 2392995. OLE color: 2392995.

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

Color convert

RGB 163 131 36 -
CMYK 0 0.20 0.78 0.36
HSL 44.88º 0.64% 0.39% -
HSV(B) 44.88º 0.78% 0.64% -
XYZ 23.54 24.15 5.09 -
YUV 129.74 75.1 151.72 -
System Red Green Blue C M Y K H S L
Decimal 163 131 36 0 0.20 0.78 0.36 44.88 0.64 0.39
Hex A3 83 24 0 14 4E 24 2D 40 27
Octal 243 203 44 0 24 116 44 55 100 47
Binary 10100011 10000011 100100 0 10100 1001110 100100 101101 1000000 100111

Color Harmonies of #A38324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38324

Black with #A38324

Text Example


Text Example

White with #A38324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38324; }

 p { color: rgb(163,131,36); }

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

background-color css

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

 a { background-color: rgb(163,131,36); }

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

border-color css

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

 span { border-color: rgb(163,131,36); }

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