Html Css Color HEX #A37D1F Hacienda

📋 copy color: '#A37D1F'

red 163 ◦ green 125 ◦ blue 31

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

Shades of Hacienda #A37D1F

Tints of Hacienda #A37D1F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 39.18%

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

R = 51.1%
G = 39.18%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A37D1F (or 0xA37D1F) is known color: Hacienda. HEX triplet: A3, 7D and 1F. RGB value is (163,125,31). Sum of RGB (Red+Green+Blue) = 163+125+31=319 (42% of max value = 765). Red value is 163 (64.06% from 255 or 51.10% from 319); Green value is 125 (49.22% from 255 or 39.18% from 319); Blue value is 31 (12.5% from 255 or 9.72% from 319); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D1F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A37D1F is #5C82E0. Grayscale: #7E7E7E. Windows color (decimal): -6062817 or 2063779. OLE color: 2063779.

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

Color convert

RGB 163 125 31 -
CMYK 0 0.23 0.81 0.36
HSL 42.73º 0.68% 0.38% -
HSV(B) 42.73º 0.81% 0.64% -
XYZ 22.69 22.55 4.45 -
YUV 125.65 74.59 154.64 -
System Red Green Blue C M Y K H S L
Decimal 163 125 31 0 0.23 0.81 0.36 42.73 0.68 0.38
Hex A3 7D 1F 0 17 51 24 2B 44 26
Octal 243 175 37 0 27 121 44 53 104 46
Binary 10100011 1111101 11111 0 10111 1010001 100100 101011 1000100 100110

Color Harmonies of #A37D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D1F

Black with #A37D1F

Text Example


Text Example

White with #A37D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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