Html Css Color HEX #A37D16 Hacienda

📋 copy color: '#A37D16'

red 163 ◦ green 125 ◦ blue 22

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

Shades of Hacienda #A37D16

Tints of Hacienda #A37D16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.1%

R = 52.58%
G = 40.32%
B = 7.1%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A37D16 (or 0xA37D16) is known color: Hacienda. HEX triplet: A3, 7D and 16. RGB value is (163,125,22). Sum of RGB (Red+Green+Blue) = 163+125+22=310 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.58% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 22 (8.98% from 255 or 7.10% from 310); Max value from RGB is 163 - color contains mainly: red. Hex color #A37D16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37D16 is #5C82E9. Grayscale: #7D7D7D. Windows color (decimal): -6062826 or 1473955. OLE color: 1473955.

HSL color Cylindrical-coordinate representation of color #A37D16: hue angle of 43.83º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A37D16 is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 125 22 -
CMYK 0 0.23 0.87 0.36
HSL 43.83º 0.76% 0.36% -
HSV(B) 43.83º 0.87% 0.64% -
XYZ 22.58 22.51 3.91 -
YUV 124.62 70.09 155.38 -
System Red Green Blue C M Y K H S L
Decimal 163 125 22 0 0.23 0.87 0.36 43.83 0.76 0.36
Hex A3 7D 16 0 17 57 24 2C 4C 24
Octal 243 175 26 0 27 127 44 54 114 44
Binary 10100011 1111101 10110 0 10111 1010111 100100 101100 1001100 100100

Color Harmonies of #A37D16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37D16

Black with #A37D16

Text Example


Text Example

White with #A37D16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37D16; }

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

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

background-color css

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

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

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

border-color css

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

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

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