Html Css Color HEX #A5605A Au Chico

📋 copy color: '#A5605A'

red 165 ◦ green 96 ◦ blue 90

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

Shades of Au Chico #A5605A

Tints of Au Chico #A5605A

RGB

 RED value IS 165 (64.84% from 255) = 47.01%

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

 BLUE value IS 90 (35.55% from 255) = 25.64%

R = 47.01%
G = 27.35%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#A5605A (or 0xA5605A) is known color: Au Chico. HEX triplet: A5, 60 and 5A. RGB value is (165,96,90). Sum of RGB (Red+Green+Blue) = 165+96+90=351 (46% of max value = 765). Red value is 165 (64.84% from 255 or 47.01% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 90 (35.55% from 255 or 25.64% from 351); Max value from RGB is 165 - color contains mainly: red. Hex color #A5605A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5605A is #5A9FA5. Grayscale: #747474. Windows color (decimal): -5939110 or 5922981. OLE color: 5922981.

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

Color convert

RGB 165 96 90 -
CMYK 0 0.42 0.45 0.35
HSL 4.8º 0.29% 0.5% -
HSV(B) 4.8º 0.45% 0.65% -
XYZ 21.55 17.1 11.84 -
YUV 115.95 113.36 162.99 -
System Red Green Blue C M Y K H S L
Decimal 165 96 90 0 0.42 0.45 0.35 4.8 0.29 0.5
Hex A5 60 5A 0 2A 2D 23 5 1D 32
Octal 245 140 132 0 52 55 43 5 35 62
Binary 10100101 1100000 1011010 0 101010 101101 100011 101 11101 110010

Color Harmonies of #A5605A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5605A

Black with #A5605A

Text Example


Text Example

White with #A5605A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5605A; }

 p { color: rgb(165,96,90); }

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

background-color css

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

 a { background-color: rgb(165,96,90); }

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

border-color css

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

 span { border-color: rgb(165,96,90); }

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