Html Css Color HEX #A28525 Hacienda

📋 copy color: '#A28525'

red 162 ◦ green 133 ◦ blue 37

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

Shades of Hacienda #A28525

Tints of Hacienda #A28525

RGB

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

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

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

R = 48.8%
G = 40.06%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A28525 (or 0xA28525) is known color: Hacienda. HEX triplet: A2, 85 and 25. RGB value is (162,133,37). Sum of RGB (Red+Green+Blue) = 162+133+37=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 37 (14.84% from 255 or 11.14% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A28525 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28525 is #5D7ADA. Grayscale: #838383. Windows color (decimal): -6126299 or 2459042. OLE color: 2459042.

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

Color convert

RGB 162 133 37 -
CMYK 0 0.18 0.77 0.36
HSL 46.08º 0.63% 0.39% -
HSV(B) 46.08º 0.77% 0.64% -
XYZ 23.62 24.59 5.25 -
YUV 130.73 75.11 150.31 -
System Red Green Blue C M Y K H S L
Decimal 162 133 37 0 0.18 0.77 0.36 46.08 0.63 0.39
Hex A2 85 25 0 12 4D 24 2E 3F 27
Octal 242 205 45 0 22 115 44 56 77 47
Binary 10100010 10000101 100101 0 10010 1001101 100100 101110 111111 100111

Color Harmonies of #A28525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28525

Black with #A28525

Text Example


Text Example

White with #A28525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28525; }

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

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

background-color css

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

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

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

border-color css

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

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

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