Html Css Color HEX #A37515 Hacienda

📋 copy color: '#A37515'

red 163 ◦ green 117 ◦ blue 21

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

Shades of Hacienda #A37515

Tints of Hacienda #A37515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.87%

 BLUE value IS 21 (8.59% from 255) = 6.98%

R = 54.15%
G = 38.87%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37515 (or 0xA37515) is known color: Hacienda. HEX triplet: A3, 75 and 15. RGB value is (163,117,21). Sum of RGB (Red+Green+Blue) = 163+117+21=301 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.15% from 301); Green value is 117 (46.09% from 255 or 38.87% from 301); Blue value is 21 (8.59% from 255 or 6.98% from 301); Max value from RGB is 163 - color contains mainly: red. Hex color #A37515 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37515 is #5C8AEA. Grayscale: #787878. Windows color (decimal): -6064875 or 1406371. OLE color: 1406371.

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

Color convert

RGB 163 117 21 -
CMYK 0 0.28 0.87 0.36
HSL 40.56º 0.77% 0.36% -
HSV(B) 40.56º 0.87% 0.64% -
XYZ 21.6 20.56 3.54 -
YUV 119.81 72.24 158.81 -
System Red Green Blue C M Y K H S L
Decimal 163 117 21 0 0.28 0.87 0.36 40.56 0.77 0.36
Hex A3 75 15 0 1C 57 24 29 4D 24
Octal 243 165 25 0 34 127 44 51 115 44
Binary 10100011 1110101 10101 0 11100 1010111 100100 101001 1001101 100100

Color Harmonies of #A37515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37515

Black with #A37515

Text Example


Text Example

White with #A37515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37515; }

 p { color: rgb(163,117,21); }

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

background-color css

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

 a { background-color: rgb(163,117,21); }

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

border-color css

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

 span { border-color: rgb(163,117,21); }

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