Html Css Color HEX #A28526 Hacienda

📋 copy color: '#A28526'

red 162 ◦ green 133 ◦ blue 38

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

Shades of Hacienda #A28526

Tints of Hacienda #A28526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.41%

R = 48.65%
G = 39.94%
B = 11.41%

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

#A28526 (or 0xA28526) is known color: Hacienda. HEX triplet: A2, 85 and 26. RGB value is (162,133,38). Sum of RGB (Red+Green+Blue) = 162+133+38=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 133 (52.34% from 255 or 39.94% from 333); Blue value is 38 (15.23% from 255 or 11.41% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A28526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A28526 is #5D7AD9. Grayscale: #838383. Windows color (decimal): -6126298 or 2524578. OLE color: 2524578.

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

Color convert

RGB 162 133 38 -
CMYK 0 0.18 0.77 0.36
HSL 45.97º 0.62% 0.39% -
HSV(B) 45.97º 0.77% 0.64% -
XYZ 23.64 24.6 5.34 -
YUV 130.84 75.61 150.22 -
System Red Green Blue C M Y K H S L
Decimal 162 133 38 0 0.18 0.77 0.36 45.97 0.62 0.39
Hex A2 85 26 0 12 4D 24 2E 3E 27
Octal 242 205 46 0 22 115 44 56 76 47
Binary 10100010 10000101 100110 0 10010 1001101 100100 101110 111110 100111

Color Harmonies of #A28526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28526

Black with #A28526

Text Example


Text Example

White with #A28526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28526; }

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

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

background-color css

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

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

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

border-color css

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

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

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