Html Css Color HEX #A28515 Hacienda

📋 copy color: '#A28515'

red 162 ◦ green 133 ◦ blue 21

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

Shades of Hacienda #A28515

Tints of Hacienda #A28515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.65%

R = 51.27%
G = 42.09%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A28515 (or 0xA28515) is known color: Hacienda. HEX triplet: A2, 85 and 15. RGB value is (162,133,21). Sum of RGB (Red+Green+Blue) = 162+133+21=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 21 (8.59% from 255 or 6.65% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A28515 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28515 is #5D7AEA. Grayscale: #818181. Windows color (decimal): -6126315 or 1410466. OLE color: 1410466.

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

Color convert

RGB 162 133 21 -
CMYK 0 0.18 0.87 0.36
HSL 47.66º 0.77% 0.36% -
HSV(B) 47.66º 0.87% 0.64% -
XYZ 23.42 24.51 4.21 -
YUV 128.9 67.11 151.61 -
System Red Green Blue C M Y K H S L
Decimal 162 133 21 0 0.18 0.87 0.36 47.66 0.77 0.36
Hex A2 85 15 0 12 57 24 30 4D 24
Octal 242 205 25 0 22 127 44 60 115 44
Binary 10100010 10000101 10101 0 10010 1010111 100100 110000 1001101 100100

Color Harmonies of #A28515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28515

Black with #A28515

Text Example


Text Example

White with #A28515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28515; }

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

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

background-color css

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

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

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

border-color css

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

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

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