Html Css Color HEX #A7645A Au Chico

📋 copy color: '#A7645A'

red 167 ◦ green 100 ◦ blue 90

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

Shades of Au Chico #A7645A

Tints of Au Chico #A7645A

RGB

 RED value IS 167 (65.63% from 255) = 46.78%

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

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

R = 46.78%
G = 28.01%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7645A (or 0xA7645A) is known color: Au Chico. HEX triplet: A7, 64 and 5A. RGB value is (167,100,90). Sum of RGB (Red+Green+Blue) = 167+100+90=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 100 (39.45% from 255 or 28.01% from 357); Blue value is 90 (35.55% from 255 or 25.21% from 357); Max value from RGB is 167 - color contains mainly: red. Hex color #A7645A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7645A is #589BA5. Grayscale: #777777. Windows color (decimal): -5807014 or 5924007. OLE color: 5924007.

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

Color convert

RGB 167 100 90 -
CMYK 0 0.40 0.46 0.35
HSL 7.79º 0.3% 0.5% -
HSV(B) 7.79º 0.46% 0.65% -
XYZ 22.34 18.07 11.98 -
YUV 118.89 111.7 162.31 -
System Red Green Blue C M Y K H S L
Decimal 167 100 90 0 0.40 0.46 0.35 7.79 0.3 0.5
Hex A7 64 5A 0 28 2E 23 8 1E 32
Octal 247 144 132 0 50 56 43 10 36 62
Binary 10100111 1100100 1011010 0 101000 101110 100011 1000 11110 110010

Color Harmonies of #A7645A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7645A

Black with #A7645A

Text Example


Text Example

White with #A7645A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7645A; }

 p { color: rgb(167,100,90); }

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

background-color css

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

 a { background-color: rgb(167,100,90); }

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

border-color css

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

 span { border-color: rgb(167,100,90); }

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