Html Css Color HEX #A48711 Hacienda

📋 copy color: '#A48711'

red 164 ◦ green 135 ◦ blue 17

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

Shades of Hacienda #A48711

Tints of Hacienda #A48711

RGB

 RED value IS 164 (64.45% from 255) = 51.9%

 GREEN value IS 135 (53.13% from 255) = 42.72%

 BLUE value IS 17 (7.03% from 255) = 5.38%

R = 51.9%
G = 42.72%
B = 5.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A48711 (or 0xA48711) is known color: Hacienda. HEX triplet: A4, 87 and 11. RGB value is (164,135,17). Sum of RGB (Red+Green+Blue) = 164+135+17=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 135 (53.12% from 255 or 42.72% from 316); Blue value is 17 (7.03% from 255 or 5.38% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A48711 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48711 is #5B78EE. Grayscale: #828282. Windows color (decimal): -5994735 or 1148836. OLE color: 1148836.

HSL color Cylindrical-coordinate representation of color #A48711: hue angle of 48.16º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A48711 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 135 17 -
CMYK 0 0.18 0.90 0.36
HSL 48.16º 0.81% 0.35% -
HSV(B) 48.16º 0.9% 0.64% -
XYZ 24.07 25.26 4.14 -
YUV 130.22 64.11 152.09 -
System Red Green Blue C M Y K H S L
Decimal 164 135 17 0 0.18 0.90 0.36 48.16 0.81 0.35
Hex A4 87 11 0 12 5A 24 30 51 23
Octal 244 207 21 0 22 132 44 60 121 43
Binary 10100100 10000111 10001 0 10010 1011010 100100 110000 1010001 100011

Color Harmonies of #A48711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48711

Black with #A48711

Text Example


Text Example

White with #A48711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48711; }

 p { color: rgb(164,135,17); }

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

background-color css

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

 a { background-color: rgb(164,135,17); }

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

border-color css

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

 span { border-color: rgb(164,135,17); }

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