Html Css Color HEX #A28511 Hacienda

📋 copy color: '#A28511'

red 162 ◦ green 133 ◦ blue 17

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

Shades of Hacienda #A28511

Tints of Hacienda #A28511

RGB

 RED value IS 162 (63.67% from 255) = 51.92%

 GREEN value IS 133 (52.34% from 255) = 42.63%

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

R = 51.92%
G = 42.63%
B = 5.45%

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

#A28511 (or 0xA28511) is known color: Hacienda. HEX triplet: A2, 85 and 11. RGB value is (162,133,17). Sum of RGB (Red+Green+Blue) = 162+133+17=312 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.92% from 312); Green value is 133 (52.34% from 255 or 42.63% from 312); Blue value is 17 (7.03% from 255 or 5.45% from 312); Max value from RGB is 162 - color contains mainly: red. Hex color #A28511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28511 is #5D7AEE. Grayscale: #808080. Windows color (decimal): -6126319 or 1148322. OLE color: 1148322.

HSL color Cylindrical-coordinate representation of color #A28511: hue angle of 48º 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 #A28511 is Cyan = 0, Magento = 0.18, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 133 17 -
CMYK 0 0.18 0.90 0.36
HSL 48º 0.81% 0.35% -
HSV(B) 48º 0.9% 0.64% -
XYZ 23.39 24.5 4.03 -
YUV 128.45 65.11 151.93 -
System Red Green Blue C M Y K H S L
Decimal 162 133 17 0 0.18 0.90 0.36 48 0.81 0.35
Hex A2 85 11 0 12 5A 24 30 51 23
Octal 242 205 21 0 22 132 44 60 121 43
Binary 10100010 10000101 10001 0 10010 1011010 100100 110000 1010001 100011

Color Harmonies of #A28511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28511

Black with #A28511

Text Example


Text Example

White with #A28511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28511; }

 p { color: rgb(162,133,17); }

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

background-color css

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

 a { background-color: rgb(162,133,17); }

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

border-color css

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

 span { border-color: rgb(162,133,17); }

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