Html Css Color HEX #A37717 Hacienda

📋 copy color: '#A37717'

red 163 ◦ green 119 ◦ blue 23

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

Shades of Hacienda #A37717

Tints of Hacienda #A37717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.02%

 BLUE value IS 23 (9.38% from 255) = 7.54%

R = 53.44%
G = 39.02%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A37717 (or 0xA37717) is known color: Hacienda. HEX triplet: A3, 77 and 17. RGB value is (163,119,23). Sum of RGB (Red+Green+Blue) = 163+119+23=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 119 (46.88% from 255 or 39.02% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A37717 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37717 is #5C88E8. Grayscale: #797979. Windows color (decimal): -6064361 or 1537955. OLE color: 1537955.

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

Color convert

RGB 163 119 23 -
CMYK 0 0.27 0.86 0.36
HSL 41.14º 0.75% 0.36% -
HSV(B) 41.14º 0.86% 0.64% -
XYZ 21.86 21.04 3.72 -
YUV 121.21 72.58 157.81 -
System Red Green Blue C M Y K H S L
Decimal 163 119 23 0 0.27 0.86 0.36 41.14 0.75 0.36
Hex A3 77 17 0 1B 56 24 29 4B 24
Octal 243 167 27 0 33 126 44 51 113 44
Binary 10100011 1110111 10111 0 11011 1010110 100100 101001 1001011 100100

Color Harmonies of #A37717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37717

Black with #A37717

Text Example


Text Example

White with #A37717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37717; }

 p { color: rgb(163,119,23); }

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

background-color css

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

 a { background-color: rgb(163,119,23); }

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

border-color css

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

 span { border-color: rgb(163,119,23); }

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