Html Css Color HEX #A28218 Hacienda

📋 copy color: '#A28218'

red 162 ◦ green 130 ◦ blue 24

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

Shades of Hacienda #A28218

Tints of Hacienda #A28218

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.14%

 BLUE value IS 24 (9.77% from 255) = 7.59%

R = 51.27%
G = 41.14%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A28218 (or 0xA28218) is known color: Hacienda. HEX triplet: A2, 82 and 18. RGB value is (162,130,24). Sum of RGB (Red+Green+Blue) = 162+130+24=316 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.27% from 316); Green value is 130 (51.17% from 255 or 41.14% from 316); Blue value is 24 (9.77% from 255 or 7.59% from 316); Max value from RGB is 162 - color contains mainly: red. Hex color #A28218 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28218 is #5D7DE7. Grayscale: #7F7F7F. Windows color (decimal): -6127080 or 1606306. OLE color: 1606306.

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

Color convert

RGB 162 130 24 -
CMYK 0 0.20 0.85 0.36
HSL 46.09º 0.74% 0.36% -
HSV(B) 46.09º 0.85% 0.64% -
XYZ 23.05 23.71 4.23 -
YUV 127.48 69.6 152.62 -
System Red Green Blue C M Y K H S L
Decimal 162 130 24 0 0.20 0.85 0.36 46.09 0.74 0.36
Hex A2 82 18 0 14 55 24 2E 4A 24
Octal 242 202 30 0 24 125 44 56 112 44
Binary 10100010 10000010 11000 0 10100 1010101 100100 101110 1001010 100100

Color Harmonies of #A28218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28218

Black with #A28218

Text Example


Text Example

White with #A28218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28218; }

 p { color: rgb(162,130,24); }

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

background-color css

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

 a { background-color: rgb(162,130,24); }

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

border-color css

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

 span { border-color: rgb(162,130,24); }

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