Html Css Color HEX #A48C23 Hacienda

📋 copy color: '#A48C23'

red 164 ◦ green 140 ◦ blue 35

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

Shades of Hacienda #A48C23

Tints of Hacienda #A48C23

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.3%

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

R = 48.38%
G = 41.3%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.79

 K value IS 0.36

RGB Variations

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

Color information

#A48C23 (or 0xA48C23) is known color: Hacienda. HEX triplet: A4, 8C and 23. RGB value is (164,140,35). Sum of RGB (Red+Green+Blue) = 164+140+35=339 (44% of max value = 765). Red value is 164 (64.45% from 255 or 48.38% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 164 - color contains mainly: red. Hex color #A48C23 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A48C23 is #5B73DC. Grayscale: #878787. Windows color (decimal): -5993437 or 2329764. OLE color: 2329764.

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

Color convert

RGB 164 140 35 -
CMYK 0 0.15 0.79 0.36
HSL 48.84º 0.65% 0.39% -
HSV(B) 48.84º 0.79% 0.64% -
XYZ 24.99 26.77 5.44 -
YUV 135.21 71.45 148.54 -
System Red Green Blue C M Y K H S L
Decimal 164 140 35 0 0.15 0.79 0.36 48.84 0.65 0.39
Hex A4 8C 23 0 F 4F 24 31 41 27
Octal 244 214 43 0 17 117 44 61 101 47
Binary 10100100 10001100 100011 0 1111 1001111 100100 110001 1000001 100111

Color Harmonies of #A48C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48C23

Black with #A48C23

Text Example


Text Example

White with #A48C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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