Html Css Color HEX #946457 Au Chico

📋 copy color: '#946457'

red 148 ◦ green 100 ◦ blue 87

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

Shades of Au Chico #946457

Tints of Au Chico #946457

RGB

 RED value IS 148 (58.2% from 255) = 44.18%

 GREEN value IS 100 (39.45% from 255) = 29.85%

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 44.18%
G = 29.85%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#946457 (or 0x946457) is known color: Au Chico. HEX triplet: 94, 64 and 57. RGB value is (148,100,87). Sum of RGB (Red+Green+Blue) = 148+100+87=335 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.18% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 148 - color contains mainly: red. Hex color #946457 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946457 is #6B9BA8. Grayscale: #707070. Windows color (decimal): -7052201 or 5727380. OLE color: 5727380.

HSL color Cylindrical-coordinate representation of color #946457: hue angle of 12.79º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #946457 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 100 87 -
CMYK 0 0.32 0.41 0.42
HSL 12.79º 0.26% 0.46% -
HSV(B) 12.79º 0.41% 0.58% -
XYZ 18.49 16.1 11.15 -
YUV 112.87 113.4 153.06 -
System Red Green Blue C M Y K H S L
Decimal 148 100 87 0 0.32 0.41 0.42 12.79 0.26 0.46
Hex 94 64 57 0 20 29 2A D 1A 2E
Octal 224 144 127 0 40 51 52 15 32 56
Binary 10010100 1100100 1010111 0 100000 101001 101010 1101 11010 101110

Color Harmonies of #946457

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946457

Black with #946457

Text Example


Text Example

White with #946457

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #946457; }

 p { color: rgb(148,100,87); }

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

background-color css

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

 a { background-color: rgb(148,100,87); }

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

border-color css

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

 span { border-color: rgb(148,100,87); }

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