Html Css Color HEX #A48226 Hacienda

📋 copy color: '#A48226'

red 164 ◦ green 130 ◦ blue 38

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

Shades of Hacienda #A48226

Tints of Hacienda #A48226

RGB

 RED value IS 164 (64.45% from 255) = 49.4%

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

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

R = 49.4%
G = 39.16%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A48226 (or 0xA48226) is known color: Hacienda. HEX triplet: A4, 82 and 26. RGB value is (164,130,38). Sum of RGB (Red+Green+Blue) = 164+130+38=332 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.40% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 38 (15.23% from 255 or 11.45% from 332); Max value from RGB is 164 - color contains mainly: red. Hex color #A48226 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48226 is #5B7DD9. Grayscale: #828282. Windows color (decimal): -5995994 or 2523812. OLE color: 2523812.

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

Color convert

RGB 164 130 38 -
CMYK 0 0.21 0.77 0.36
HSL 43.81º 0.62% 0.4% -
HSV(B) 43.81º 0.77% 0.64% -
XYZ 23.64 24 5.22 -
YUV 129.68 76.26 152.48 -
System Red Green Blue C M Y K H S L
Decimal 164 130 38 0 0.21 0.77 0.36 43.81 0.62 0.4
Hex A4 82 26 0 15 4D 24 2C 3E 28
Octal 244 202 46 0 25 115 44 54 76 50
Binary 10100100 10000010 100110 0 10101 1001101 100100 101100 111110 101000

Color Harmonies of #A48226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48226

Black with #A48226

Text Example


Text Example

White with #A48226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48226; }

 p { color: rgb(164,130,38); }

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

background-color css

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

 a { background-color: rgb(164,130,38); }

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

border-color css

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

 span { border-color: rgb(164,130,38); }

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