Html Css Color HEX #A37C15 Hacienda

📋 copy color: '#A37C15'

red 163 ◦ green 124 ◦ blue 21

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

Shades of Hacienda #A37C15

Tints of Hacienda #A37C15

RGB

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

 GREEN value IS 124 (48.83% from 255) = 40.26%

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

R = 52.92%
G = 40.26%
B = 6.82%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37C15 (or 0xA37C15) is known color: Hacienda. HEX triplet: A3, 7C and 15. RGB value is (163,124,21). Sum of RGB (Red+Green+Blue) = 163+124+21=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 124 (48.83% from 255 or 40.26% from 308); Blue value is 21 (8.59% from 255 or 6.82% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C15 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C15 is #5C83EA. Grayscale: #7C7C7C. Windows color (decimal): -6063083 or 1408163. OLE color: 1408163.

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

Color convert

RGB 163 124 21 -
CMYK 0 0.24 0.87 0.36
HSL 43.52º 0.77% 0.36% -
HSV(B) 43.52º 0.87% 0.64% -
XYZ 22.45 22.26 3.82 -
YUV 123.92 69.92 155.88 -
System Red Green Blue C M Y K H S L
Decimal 163 124 21 0 0.24 0.87 0.36 43.52 0.77 0.36
Hex A3 7C 15 0 18 57 24 2C 4D 24
Octal 243 174 25 0 30 127 44 54 115 44
Binary 10100011 1111100 10101 0 11000 1010111 100100 101100 1001101 100100

Color Harmonies of #A37C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C15

Black with #A37C15

Text Example


Text Example

White with #A37C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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