Html Css Color HEX #A48626 Hacienda

📋 copy color: '#A48626'

red 164 ◦ green 134 ◦ blue 38

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

Shades of Hacienda #A48626

Tints of Hacienda #A48626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 39.88%

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

R = 48.81%
G = 39.88%
B = 11.31%

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

#A48626 (or 0xA48626) is known color: Hacienda. HEX triplet: A4, 86 and 26. RGB value is (164,134,38). Sum of RGB (Red+Green+Blue) = 164+134+38=336 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.81% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 38 (15.23% from 255 or 11.31% from 336); Max value from RGB is 164 - color contains mainly: red. Hex color #A48626 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48626 is #5B79D9. Grayscale: #848484. Windows color (decimal): -5994970 or 2524836. OLE color: 2524836.

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

Color convert

RGB 164 134 38 -
CMYK 0 0.18 0.77 0.36
HSL 45.71º 0.62% 0.4% -
HSV(B) 45.71º 0.77% 0.64% -
XYZ 24.18 25.08 5.4 -
YUV 132.03 74.94 150.81 -
System Red Green Blue C M Y K H S L
Decimal 164 134 38 0 0.18 0.77 0.36 45.71 0.62 0.4
Hex A4 86 26 0 12 4D 24 2E 3E 28
Octal 244 206 46 0 22 115 44 56 76 50
Binary 10100100 10000110 100110 0 10010 1001101 100100 101110 111110 101000

Color Harmonies of #A48626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48626

Black with #A48626

Text Example


Text Example

White with #A48626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48626; }

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

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

background-color css

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

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

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

border-color css

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

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

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