Html Css Color HEX #A28217 Hacienda

📋 copy color: '#A28217'

red 162 ◦ green 130 ◦ blue 23

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

Shades of Hacienda #A28217

Tints of Hacienda #A28217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.3%

R = 51.43%
G = 41.27%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A28217 (or 0xA28217) is known color: Hacienda. HEX triplet: A2, 82 and 17. RGB value is (162,130,23). Sum of RGB (Red+Green+Blue) = 162+130+23=315 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.43% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 162 - color contains mainly: red. Hex color #A28217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28217 is #5D7DE8. Grayscale: #7F7F7F. Windows color (decimal): -6127081 or 1540770. OLE color: 1540770.

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

Color convert

RGB 162 130 23 -
CMYK 0 0.20 0.86 0.36
HSL 46.19º 0.75% 0.36% -
HSV(B) 46.19º 0.86% 0.64% -
XYZ 23.04 23.71 4.17 -
YUV 127.37 69.1 152.7 -
System Red Green Blue C M Y K H S L
Decimal 162 130 23 0 0.20 0.86 0.36 46.19 0.75 0.36
Hex A2 82 17 0 14 56 24 2E 4B 24
Octal 242 202 27 0 24 126 44 56 113 44
Binary 10100010 10000010 10111 0 10100 1010110 100100 101110 1001011 100100

Color Harmonies of #A28217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28217

Black with #A28217

Text Example


Text Example

White with #A28217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28217; }

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

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

background-color css

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

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

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

border-color css

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

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

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