Html Css Color HEX #A37C1F Hacienda

📋 copy color: '#A37C1F'

red 163 ◦ green 124 ◦ blue 31

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

Shades of Hacienda #A37C1F

Tints of Hacienda #A37C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.75%

R = 51.26%
G = 38.99%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A37C1F (or 0xA37C1F) is known color: Hacienda. HEX triplet: A3, 7C and 1F. RGB value is (163,124,31). Sum of RGB (Red+Green+Blue) = 163+124+31=318 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.26% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 163 - color contains mainly: red. Hex color #A37C1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37C1F is #5C83E0. Grayscale: #7D7D7D. Windows color (decimal): -6063073 or 2063523. OLE color: 2063523.

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

Color convert

RGB 163 124 31 -
CMYK 0 0.24 0.81 0.36
HSL 42.27º 0.68% 0.38% -
HSV(B) 42.27º 0.81% 0.64% -
XYZ 22.56 22.3 4.41 -
YUV 125.06 74.92 155.06 -
System Red Green Blue C M Y K H S L
Decimal 163 124 31 0 0.24 0.81 0.36 42.27 0.68 0.38
Hex A3 7C 1F 0 18 51 24 2A 44 26
Octal 243 174 37 0 30 121 44 52 104 46
Binary 10100011 1111100 11111 0 11000 1010001 100100 101010 1000100 100110

Color Harmonies of #A37C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37C1F

Black with #A37C1F

Text Example


Text Example

White with #A37C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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