Html Css Color HEX #A9625C Au Chico

📋 copy color: '#A9625C'

red 169 ◦ green 98 ◦ blue 92

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

Shades of Au Chico #A9625C

Tints of Au Chico #A9625C

RGB

 RED value IS 169 (66.41% from 255) = 47.08%

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

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

R = 47.08%
G = 27.3%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A9625C (or 0xA9625C) is known color: Au Chico. HEX triplet: A9, 62 and 5C. RGB value is (169,98,92). Sum of RGB (Red+Green+Blue) = 169+98+92=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 98 (38.67% from 255 or 27.30% from 359); Blue value is 92 (36.33% from 255 or 25.63% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A9625C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9625C is #569DA3. Grayscale: #767676. Windows color (decimal): -5676452 or 6054569. OLE color: 6054569.

HSL color Cylindrical-coordinate representation of color #A9625C: hue angle of 4.68º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A9625C is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 98 92 -
CMYK 0 0.42 0.46 0.34
HSL 4.68º 0.31% 0.51% -
HSV(B) 4.68º 0.46% 0.66% -
XYZ 22.66 17.94 12.39 -
YUV 118.55 113.02 163.99 -
System Red Green Blue C M Y K H S L
Decimal 169 98 92 0 0.42 0.46 0.34 4.68 0.31 0.51
Hex A9 62 5C 0 2A 2E 22 5 1F 33
Octal 251 142 134 0 52 56 42 5 37 63
Binary 10101001 1100010 1011100 0 101010 101110 100010 101 11111 110011

Color Harmonies of #A9625C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9625C

Black with #A9625C

Text Example


Text Example

White with #A9625C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9625C; }

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

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

background-color css

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

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

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

border-color css

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

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

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