Html Css Color HEX #A38920 Hacienda

📋 copy color: '#A38920'

red 163 ◦ green 137 ◦ blue 32

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

Shades of Hacienda #A38920

Tints of Hacienda #A38920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.27%

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

R = 49.1%
G = 41.27%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A38920 (or 0xA38920) is known color: Hacienda. HEX triplet: A3, 89 and 20. RGB value is (163,137,32). Sum of RGB (Red+Green+Blue) = 163+137+32=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 137 (53.91% from 255 or 41.27% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A38920 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A38920 is #5C76DF. Grayscale: #858585. Windows color (decimal): -6059744 or 2132387. OLE color: 2132387.

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

Color convert

RGB 163 137 32 -
CMYK 0 0.16 0.80 0.36
HSL 48.09º 0.67% 0.38% -
HSV(B) 48.09º 0.8% 0.64% -
XYZ 24.31 25.78 5.06 -
YUV 132.8 71.11 149.54 -
System Red Green Blue C M Y K H S L
Decimal 163 137 32 0 0.16 0.80 0.36 48.09 0.67 0.38
Hex A3 89 20 0 10 50 24 30 43 26
Octal 243 211 40 0 20 120 44 60 103 46
Binary 10100011 10001001 100000 0 10000 1010000 100100 110000 1000011 100110

Color Harmonies of #A38920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38920

Black with #A38920

Text Example


Text Example

White with #A38920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38920; }

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

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

background-color css

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

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

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

border-color css

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

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

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