Html Css Color HEX #A37C17 Hacienda

📋 copy color: '#A37C17'

red 163 ◦ green 124 ◦ blue 23

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

Shades of Hacienda #A37C17

Tints of Hacienda #A37C17

RGB

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

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

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

R = 52.58%
G = 40%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A37C17 (or 0xA37C17) is known color: Hacienda. HEX triplet: A3, 7C and 17. RGB value is (163,124,23). Sum of RGB (Red+Green+Blue) = 163+124+23=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 124 (48.83% from 255 or 40% from 310); Blue value is 23 (9.38% from 255 or 7.42% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37C17 is #5C83E8. Grayscale: #7C7C7C. Windows color (decimal): -6063081 or 1539235. OLE color: 1539235.

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

Color convert

RGB 163 124 23 -
CMYK 0 0.24 0.86 0.36
HSL 43.29º 0.75% 0.36% -
HSV(B) 43.29º 0.86% 0.64% -
XYZ 22.47 22.26 3.92 -
YUV 124.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 163 124 23 0 0.24 0.86 0.36 43.29 0.75 0.36
Hex A3 7C 17 0 18 56 24 2B 4B 24
Octal 243 174 27 0 30 126 44 53 113 44
Binary 10100011 1111100 10111 0 11000 1010110 100100 101011 1001011 100100

Color Harmonies of #A37C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C17

Black with #A37C17

Text Example


Text Example

White with #A37C17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C17; }

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

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

background-color css

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

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

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

border-color css

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

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

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