Html Css Color HEX #A3770F Hacienda

📋 copy color: '#A3770F'

red 163 ◦ green 119 ◦ blue 15

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

Shades of Hacienda #A3770F

Tints of Hacienda #A3770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.05%

R = 54.88%
G = 40.07%
B = 5.05%

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

#A3770F (or 0xA3770F) is known color: Hacienda. HEX triplet: A3, 77 and 0F. RGB value is (163,119,15). Sum of RGB (Red+Green+Blue) = 163+119+15=297 (39% of max value = 765). Red value is 163 (64.06% from 255 or 54.88% from 297); Green value is 119 (46.88% from 255 or 40.07% from 297); Blue value is 15 (6.25% from 255 or 5.05% from 297); Max value from RGB is 163 - color contains mainly: red. Hex color #A3770F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A3770F is #5C88F0. Grayscale: #787878. Windows color (decimal): -6064369 or 1013667. OLE color: 1013667.

HSL color Cylindrical-coordinate representation of color #A3770F: hue angle of 42.16º degrees, saturation: 0.83, 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 #A3770F is Cyan = 0, Magento = 0.27, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 119 15 -
CMYK 0 0.27 0.91 0.36
HSL 42.16º 0.83% 0.35% -
HSV(B) 42.16º 0.91% 0.64% -
XYZ 21.79 21.01 3.36 -
YUV 120.3 68.58 158.46 -
System Red Green Blue C M Y K H S L
Decimal 163 119 15 0 0.27 0.91 0.36 42.16 0.83 0.35
Hex A3 77 F 0 1B 5B 24 2A 53 23
Octal 243 167 17 0 33 133 44 52 123 43
Binary 10100011 1110111 1111 0 11011 1011011 100100 101010 1010011 100011

Color Harmonies of #A3770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3770F

Black with #A3770F

Text Example


Text Example

White with #A3770F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3770F; }

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

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

background-color css

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

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

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

border-color css

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

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

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