Html Css Color HEX #A37A14 Hacienda

📋 copy color: '#A37A14'

red 163 ◦ green 122 ◦ blue 20

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

Shades of Hacienda #A37A14

Tints of Hacienda #A37A14

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40%

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 53.44%
G = 40%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A37A14 (or 0xA37A14) is known color: Hacienda. HEX triplet: A3, 7A and 14. RGB value is (163,122,20). Sum of RGB (Red+Green+Blue) = 163+122+20=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A37A14 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A37A14 is #5C85EB. Grayscale: #7B7B7B. Windows color (decimal): -6063596 or 1342115. OLE color: 1342115.

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

Color convert

RGB 163 122 20 -
CMYK 0 0.25 0.88 0.36
HSL 42.8º 0.78% 0.36% -
HSV(B) 42.8º 0.88% 0.64% -
XYZ 22.19 21.76 3.69 -
YUV 122.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 163 122 20 0 0.25 0.88 0.36 42.8 0.78 0.36
Hex A3 7A 14 0 19 58 24 2B 4E 24
Octal 243 172 24 0 31 130 44 53 116 44
Binary 10100011 1111010 10100 0 11001 1011000 100100 101011 1001110 100100

Color Harmonies of #A37A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A37A14

Black with #A37A14

Text Example


Text Example

White with #A37A14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A37A14; }

 p { color: rgb(163,122,20); }

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

background-color css

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

 a { background-color: rgb(163,122,20); }

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

border-color css

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

 span { border-color: rgb(163,122,20); }

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