Html Css Color HEX #A38521 Hacienda

📋 copy color: '#A38521'

red 163 ◦ green 133 ◦ blue 33

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

Shades of Hacienda #A38521

Tints of Hacienda #A38521

RGB

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

 GREEN value IS 133 (52.34% from 255) = 40.43%

 BLUE value IS 33 (13.28% from 255) = 10.03%

R = 49.54%
G = 40.43%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A38521 (or 0xA38521) is known color: Hacienda. HEX triplet: A3, 85 and 21. RGB value is (163,133,33). Sum of RGB (Red+Green+Blue) = 163+133+33=329 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.54% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 33 (13.28% from 255 or 10.03% from 329); Max value from RGB is 163 - color contains mainly: red. Hex color #A38521 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38521 is #5C7ADE. Grayscale: #838383. Windows color (decimal): -6060767 or 2196899. OLE color: 2196899.

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

Color convert

RGB 163 133 33 -
CMYK 0 0.18 0.80 0.36
HSL 46.15º 0.66% 0.38% -
HSV(B) 46.15º 0.8% 0.64% -
XYZ 23.77 24.67 4.95 -
YUV 130.57 72.94 151.13 -
System Red Green Blue C M Y K H S L
Decimal 163 133 33 0 0.18 0.80 0.36 46.15 0.66 0.38
Hex A3 85 21 0 12 50 24 2E 42 26
Octal 243 205 41 0 22 120 44 56 102 46
Binary 10100011 10000101 100001 0 10010 1010000 100100 101110 1000010 100110

Color Harmonies of #A38521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38521

Black with #A38521

Text Example


Text Example

White with #A38521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38521; }

 p { color: rgb(163,133,33); }

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

background-color css

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

 a { background-color: rgb(163,133,33); }

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

border-color css

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

 span { border-color: rgb(163,133,33); }

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