Html Css Color HEX #A4625C Au Chico

📋 copy color: '#A4625C'

red 164 ◦ green 98 ◦ blue 92

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

Shades of Au Chico #A4625C

Tints of Au Chico #A4625C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

 BLUE value IS 92 (36.33% from 255) = 25.99%

R = 46.33%
G = 27.68%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#A4625C (or 0xA4625C) is known color: Au Chico. HEX triplet: A4, 62 and 5C. RGB value is (164,98,92). Sum of RGB (Red+Green+Blue) = 164+98+92=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 92 (36.33% from 255 or 25.99% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A4625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A4625C is #5B9DA3. Grayscale: #757575. Windows color (decimal): -6004132 or 6054564. OLE color: 6054564.

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

Color convert

RGB 164 98 92 -
CMYK 0 0.40 0.44 0.36
HSL 0.28% 0.5% -
HSV(B) 0.44% 0.64% -
XYZ 21.61 17.4 12.34 -
YUV 117.05 113.87 161.49 -
System Red Green Blue C M Y K H S L
Decimal 164 98 92 0 0.40 0.44 0.36 5 0.28 0.5
Hex A4 62 5C 0 28 2C 24 5 1C 32
Octal 244 142 134 0 50 54 44 5 34 62
Binary 10100100 1100010 1011100 0 101000 101100 100100 101 11100 110010

Color Harmonies of #A4625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4625C

Black with #A4625C

Text Example


Text Example

White with #A4625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4625C; }

 p { color: rgb(164,98,92); }

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

background-color css

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

 a { background-color: rgb(164,98,92); }

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

border-color css

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

 span { border-color: rgb(164,98,92); }

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