Html Css Color HEX #A28225 Hacienda

📋 copy color: '#A28225'

red 162 ◦ green 130 ◦ blue 37

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

Shades of Hacienda #A28225

Tints of Hacienda #A28225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.25%

R = 49.24%
G = 39.51%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A28225 (or 0xA28225) is known color: Hacienda. HEX triplet: A2, 82 and 25. RGB value is (162,130,37). Sum of RGB (Red+Green+Blue) = 162+130+37=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 130 (51.17% from 255 or 39.51% from 329); Blue value is 37 (14.84% from 255 or 11.25% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A28225 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28225 is #5D7DDA. Grayscale: #818181. Windows color (decimal): -6127067 or 2458274. OLE color: 2458274.

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

Color convert

RGB 162 130 37 -
CMYK 0 0.20 0.77 0.36
HSL 44.64º 0.63% 0.39% -
HSV(B) 44.64º 0.77% 0.64% -
XYZ 23.22 23.78 5.12 -
YUV 128.97 76.1 151.56 -
System Red Green Blue C M Y K H S L
Decimal 162 130 37 0 0.20 0.77 0.36 44.64 0.63 0.39
Hex A2 82 25 0 14 4D 24 2D 3F 27
Octal 242 202 45 0 24 115 44 55 77 47
Binary 10100010 10000010 100101 0 10100 1001101 100100 101101 111111 100111

Color Harmonies of #A28225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28225

Black with #A28225

Text Example


Text Example

White with #A28225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28225; }

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

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

background-color css

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

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

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

border-color css

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

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

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