Html Css Color HEX #A37917 Hacienda

📋 copy color: '#A37917'

red 163 ◦ green 121 ◦ blue 23

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

Shades of Hacienda #A37917

Tints of Hacienda #A37917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 39.41%

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

R = 53.09%
G = 39.41%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A37917 (or 0xA37917) is known color: Hacienda. HEX triplet: A3, 79 and 17. RGB value is (163,121,23). Sum of RGB (Red+Green+Blue) = 163+121+23=307 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.09% from 307); Green value is 121 (47.66% from 255 or 39.41% from 307); Blue value is 23 (9.38% from 255 or 7.49% from 307); Max value from RGB is 163 - color contains mainly: red. Hex color #A37917 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37917 is #5C86E8. Grayscale: #7A7A7A. Windows color (decimal): -6063849 or 1538467. OLE color: 1538467.

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

Color convert

RGB 163 121 23 -
CMYK 0 0.26 0.86 0.36
HSL 42º 0.75% 0.36% -
HSV(B) 42º 0.86% 0.64% -
XYZ 22.1 21.52 3.8 -
YUV 122.39 71.91 156.97 -
System Red Green Blue C M Y K H S L
Decimal 163 121 23 0 0.26 0.86 0.36 42 0.75 0.36
Hex A3 79 17 0 1A 56 24 2A 4B 24
Octal 243 171 27 0 32 126 44 52 113 44
Binary 10100011 1111001 10111 0 11010 1010110 100100 101010 1001011 100100

Color Harmonies of #A37917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37917

Black with #A37917

Text Example


Text Example

White with #A37917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37917; }

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

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

background-color css

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

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

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

border-color css

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

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

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