Html Css Color HEX #A3770E Hacienda

📋 copy color: '#A3770E'

red 163 ◦ green 119 ◦ blue 14

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

Shades of Hacienda #A3770E

Tints of Hacienda #A3770E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.2%

 BLUE value IS 14 (5.86% from 255) = 4.73%

R = 55.07%
G = 40.2%
B = 4.73%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A3770E (or 0xA3770E) is known color: Hacienda. HEX triplet: A3, 77 and 0E. RGB value is (163,119,14). Sum of RGB (Red+Green+Blue) = 163+119+14=296 (39% of max value = 765). Red value is 163 (64.06% from 255 or 55.07% from 296); Green value is 119 (46.88% from 255 or 40.20% from 296); Blue value is 14 (5.86% from 255 or 4.73% from 296); Max value from RGB is 163 - color contains mainly: red. Hex color #A3770E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3770E is #5C88F1. Grayscale: #787878. Windows color (decimal): -6064370 or 948131. OLE color: 948131.

HSL color Cylindrical-coordinate representation of color #A3770E: hue angle of 42.28º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A3770E is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 119 14 -
CMYK 0 0.27 0.91 0.36
HSL 42.28º 0.84% 0.35% -
HSV(B) 42.28º 0.91% 0.64% -
XYZ 21.78 21.01 3.32 -
YUV 120.19 68.08 158.54 -
System Red Green Blue C M Y K H S L
Decimal 163 119 14 0 0.27 0.91 0.36 42.28 0.84 0.35
Hex A3 77 E 0 1B 5B 24 2A 54 23
Octal 243 167 16 0 33 133 44 52 124 43
Binary 10100011 1110111 1110 0 11011 1011011 100100 101010 1010100 100011

Color Harmonies of #A3770E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3770E

Black with #A3770E

Text Example


Text Example

White with #A3770E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3770E; }

 p { color: rgb(163,119,14); }

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

background-color css

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

 a { background-color: rgb(163,119,14); }

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

border-color css

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

 span { border-color: rgb(163,119,14); }

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