Html Css Color HEX #A7645B Au Chico

📋 copy color: '#A7645B'

red 167 ◦ green 100 ◦ blue 91

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

Shades of Au Chico #A7645B

Tints of Au Chico #A7645B

RGB

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

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

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

R = 46.65%
G = 27.93%
B = 25.42%

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

#A7645B (or 0xA7645B) is known color: Au Chico. HEX triplet: A7, 64 and 5B. RGB value is (167,100,91). Sum of RGB (Red+Green+Blue) = 167+100+91=358 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.65% from 358); Green value is 100 (39.45% from 255 or 27.93% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 167 - color contains mainly: red. Hex color #A7645B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7645B is #589BA4. Grayscale: #777777. Windows color (decimal): -5807013 or 5989543. OLE color: 5989543.

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

Color convert

RGB 167 100 91 -
CMYK 0 0.40 0.46 0.35
HSL 7.11º 0.3% 0.51% -
HSV(B) 7.11º 0.46% 0.65% -
XYZ 22.38 18.09 12.21 -
YUV 119.01 112.2 162.23 -
System Red Green Blue C M Y K H S L
Decimal 167 100 91 0 0.40 0.46 0.35 7.11 0.3 0.51
Hex A7 64 5B 0 28 2E 23 7 1E 33
Octal 247 144 133 0 50 56 43 7 36 63
Binary 10100111 1100100 1011011 0 101000 101110 100011 111 11110 110011

Color Harmonies of #A7645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7645B

Black with #A7645B

Text Example


Text Example

White with #A7645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7645B; }

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

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

background-color css

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

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

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

border-color css

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

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

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