Html Css Color HEX #A37819 Hacienda

📋 copy color: '#A37819'

red 163 ◦ green 120 ◦ blue 25

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

Shades of Hacienda #A37819

Tints of Hacienda #A37819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.96%

 BLUE value IS 25 (10.16% from 255) = 8.12%

R = 52.92%
G = 38.96%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A37819 (or 0xA37819) is known color: Hacienda. HEX triplet: A3, 78 and 19. RGB value is (163,120,25). Sum of RGB (Red+Green+Blue) = 163+120+25=308 (40% of max value = 765). Red value is 163 (64.06% from 255 or 52.92% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 163 - color contains mainly: red. Hex color #A37819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37819 is #5C87E6. Grayscale: #7A7A7A. Windows color (decimal): -6064103 or 1669283. OLE color: 1669283.

HSL color Cylindrical-coordinate representation of color #A37819: hue angle of 41.3º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A37819 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 120 25 -
CMYK 0 0.26 0.85 0.36
HSL 41.3º 0.73% 0.37% -
HSV(B) 41.3º 0.85% 0.64% -
XYZ 22 21.29 3.87 -
YUV 122.03 73.25 157.22 -
System Red Green Blue C M Y K H S L
Decimal 163 120 25 0 0.26 0.85 0.36 41.3 0.73 0.37
Hex A3 78 19 0 1A 55 24 29 49 25
Octal 243 170 31 0 32 125 44 51 111 45
Binary 10100011 1111000 11001 0 11010 1010101 100100 101001 1001001 100101

Color Harmonies of #A37819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37819

Black with #A37819

Text Example


Text Example

White with #A37819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37819; }

 p { color: rgb(163,120,25); }

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

background-color css

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

 a { background-color: rgb(163,120,25); }

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

border-color css

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

 span { border-color: rgb(163,120,25); }

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