Html Css Color HEX #A38424 Hacienda

📋 copy color: '#A38424'

red 163 ◦ green 132 ◦ blue 36

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

Shades of Hacienda #A38424

Tints of Hacienda #A38424

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

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

R = 49.24%
G = 39.88%
B = 10.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A38424 (or 0xA38424) is known color: Hacienda. HEX triplet: A3, 84 and 24. RGB value is (163,132,36). Sum of RGB (Red+Green+Blue) = 163+132+36=331 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.24% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 36 (14.45% from 255 or 10.88% from 331); Max value from RGB is 163 - color contains mainly: red. Hex color #A38424 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38424 is #5C7BDB. Grayscale: #828282. Windows color (decimal): -6061020 or 2393251. OLE color: 2393251.

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

Color convert

RGB 163 132 36 -
CMYK 0 0.19 0.78 0.36
HSL 45.35º 0.64% 0.39% -
HSV(B) 45.35º 0.78% 0.64% -
XYZ 23.67 24.42 5.13 -
YUV 130.33 74.77 151.31 -
System Red Green Blue C M Y K H S L
Decimal 163 132 36 0 0.19 0.78 0.36 45.35 0.64 0.39
Hex A3 84 24 0 13 4E 24 2D 40 27
Octal 243 204 44 0 23 116 44 55 100 47
Binary 10100011 10000100 100100 0 10011 1001110 100100 101101 1000000 100111

Color Harmonies of #A38424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38424

Black with #A38424

Text Example


Text Example

White with #A38424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38424; }

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

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

background-color css

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

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

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

border-color css

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

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

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