Html Css Color HEX #A37C1E Hacienda

📋 copy color: '#A37C1E'

red 163 ◦ green 124 ◦ blue 30

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

Shades of Hacienda #A37C1E

Tints of Hacienda #A37C1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 51.42%
G = 39.12%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A37C1E (or 0xA37C1E) is known color: Hacienda. HEX triplet: A3, 7C and 1E. RGB value is (163,124,30). Sum of RGB (Red+Green+Blue) = 163+124+30=317 (41% of max value = 765). Red value is 163 (64.06% from 255 or 51.42% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C1E is #5C83E1. Grayscale: #7D7D7D. Windows color (decimal): -6063074 or 1997987. OLE color: 1997987.

HSL color Cylindrical-coordinate representation of color #A37C1E: hue angle of 42.41º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A37C1E is Cyan = 0, Magento = 0.24, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 124 30 -
CMYK 0 0.24 0.82 0.36
HSL 42.41º 0.69% 0.38% -
HSV(B) 42.41º 0.82% 0.64% -
XYZ 22.55 22.3 4.34 -
YUV 124.95 74.42 155.14 -
System Red Green Blue C M Y K H S L
Decimal 163 124 30 0 0.24 0.82 0.36 42.41 0.69 0.38
Hex A3 7C 1E 0 18 52 24 2A 45 26
Octal 243 174 36 0 30 122 44 52 105 46
Binary 10100011 1111100 11110 0 11000 1010010 100100 101010 1000101 100110

Color Harmonies of #A37C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C1E

Black with #A37C1E

Text Example


Text Example

White with #A37C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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