Html Css Color HEX #A28325 Hacienda

📋 copy color: '#A28325'

red 162 ◦ green 131 ◦ blue 37

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

Shades of Hacienda #A28325

Tints of Hacienda #A28325

RGB

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

 GREEN value IS 131 (51.56% from 255) = 39.7%

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

R = 49.09%
G = 39.7%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A28325 (or 0xA28325) is known color: Hacienda. HEX triplet: A2, 83 and 25. RGB value is (162,131,37). Sum of RGB (Red+Green+Blue) = 162+131+37=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 37 (14.84% from 255 or 11.21% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A28325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28325 is #5D7CDA. Grayscale: #818181. Windows color (decimal): -6126811 or 2458530. OLE color: 2458530.

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

Color convert

RGB 162 131 37 -
CMYK 0 0.19 0.77 0.36
HSL 45.12º 0.63% 0.39% -
HSV(B) 45.12º 0.77% 0.64% -
XYZ 23.35 24.05 5.16 -
YUV 129.55 75.77 151.14 -
System Red Green Blue C M Y K H S L
Decimal 162 131 37 0 0.19 0.77 0.36 45.12 0.63 0.39
Hex A2 83 25 0 13 4D 24 2D 3F 27
Octal 242 203 45 0 23 115 44 55 77 47
Binary 10100010 10000011 100101 0 10011 1001101 100100 101101 111111 100111

Color Harmonies of #A28325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28325

Black with #A28325

Text Example


Text Example

White with #A28325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28325; }

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

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

background-color css

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

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

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

border-color css

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

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

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