Html Css Color HEX #A37B21 Hacienda

📋 copy color: '#A37B21'

red 163 ◦ green 123 ◦ blue 33

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

Shades of Hacienda #A37B21

Tints of Hacienda #A37B21

RGB

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

 GREEN value IS 123 (48.44% from 255) = 38.56%

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

R = 51.1%
G = 38.56%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A37B21 (or 0xA37B21) is known color: Hacienda. HEX triplet: A3, 7B and 21. RGB value is (163,123,33). Sum of RGB (Red+Green+Blue) = 163+123+33=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 123 (48.44% from 255 or 38.56% from 319); Blue value is 33 (13.28% from 255 or 10.34% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A37B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37B21 is #5C84DE. Grayscale: #7D7D7D. Windows color (decimal): -6063327 or 2194339. OLE color: 2194339.

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

Color convert

RGB 163 123 33 -
CMYK 0 0.25 0.80 0.36
HSL 41.54º 0.66% 0.38% -
HSV(B) 41.54º 0.8% 0.64% -
XYZ 22.46 22.06 4.51 -
YUV 124.7 76.25 155.32 -
System Red Green Blue C M Y K H S L
Decimal 163 123 33 0 0.25 0.80 0.36 41.54 0.66 0.38
Hex A3 7B 21 0 19 50 24 2A 42 26
Octal 243 173 41 0 31 120 44 52 102 46
Binary 10100011 1111011 100001 0 11001 1010000 100100 101010 1000010 100110

Color Harmonies of #A37B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37B21

Black with #A37B21

Text Example


Text Example

White with #A37B21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37B21; }

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

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

background-color css

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

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

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

border-color css

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

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

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