Html Css Color HEX #A4605B Au Chico

📋 copy color: '#A4605B'

red 164 ◦ green 96 ◦ blue 91

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

Shades of Au Chico #A4605B

Tints of Au Chico #A4605B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.35%

 BLUE value IS 91 (35.94% from 255) = 25.93%

R = 46.72%
G = 27.35%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.36

RGB Variations

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

Color information

#A4605B (or 0xA4605B) is known color: Au Chico. HEX triplet: A4, 60 and 5B. RGB value is (164,96,91). Sum of RGB (Red+Green+Blue) = 164+96+91=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 91 (35.94% from 255 or 25.93% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4605B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4605B is #5B9FA4. Grayscale: #737373. Windows color (decimal): -6004645 or 5988516. OLE color: 5988516.

HSL color Cylindrical-coordinate representation of color #A4605B: hue angle of 4.11º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4605B is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 96 91 -
CMYK 0 0.41 0.45 0.36
HSL 4.11º 0.29% 0.5% -
HSV(B) 4.11º 0.45% 0.64% -
XYZ 21.38 17.01 12.05 -
YUV 115.76 114.03 162.41 -
System Red Green Blue C M Y K H S L
Decimal 164 96 91 0 0.41 0.45 0.36 4.11 0.29 0.5
Hex A4 60 5B 0 29 2D 24 4 1D 32
Octal 244 140 133 0 51 55 44 4 35 62
Binary 10100100 1100000 1011011 0 101001 101101 100100 100 11101 110010

Color Harmonies of #A4605B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4605B

Black with #A4605B

Text Example


Text Example

White with #A4605B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4605B; }

 p { color: rgb(164,96,91); }

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

background-color css

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

 a { background-color: rgb(164,96,91); }

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

border-color css

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

 span { border-color: rgb(164,96,91); }

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