Html Css Color HEX #A48623 Hacienda

📋 copy color: '#A48623'

red 164 ◦ green 134 ◦ blue 35

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

Shades of Hacienda #A48623

Tints of Hacienda #A48623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.51%

R = 49.25%
G = 40.24%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A48623 (or 0xA48623) is known color: Hacienda. HEX triplet: A4, 86 and 23. RGB value is (164,134,35). Sum of RGB (Red+Green+Blue) = 164+134+35=333 (44% of max value = 765). Red value is 164 (64.45% from 255 or 49.25% from 333); Green value is 134 (52.73% from 255 or 40.24% from 333); Blue value is 35 (14.06% from 255 or 10.51% from 333); Max value from RGB is 164 - color contains mainly: red. Hex color #A48623 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48623 is #5B79DC. Grayscale: #848484. Windows color (decimal): -5994973 or 2328228. OLE color: 2328228.

HSL color Cylindrical-coordinate representation of color #A48623: hue angle of 46.05º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A48623 is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 35 -
CMYK 0 0.18 0.79 0.36
HSL 46.05º 0.65% 0.39% -
HSV(B) 46.05º 0.79% 0.64% -
XYZ 24.14 25.06 5.16 -
YUV 131.68 73.44 151.05 -
System Red Green Blue C M Y K H S L
Decimal 164 134 35 0 0.18 0.79 0.36 46.05 0.65 0.39
Hex A4 86 23 0 12 4F 24 2E 41 27
Octal 244 206 43 0 22 117 44 56 101 47
Binary 10100100 10000110 100011 0 10010 1001111 100100 101110 1000001 100111

Color Harmonies of #A48623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48623

Black with #A48623

Text Example


Text Example

White with #A48623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48623; }

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

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

background-color css

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

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

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

border-color css

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

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

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