Html Css Color HEX #A7685A Au Chico

📋 copy color: '#A7685A'

red 167 ◦ green 104 ◦ blue 90

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

Shades of Au Chico #A7685A

Tints of Au Chico #A7685A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.81%

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

R = 46.26%
G = 28.81%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7685A (or 0xA7685A) is known color: Au Chico. HEX triplet: A7, 68 and 5A. RGB value is (167,104,90). Sum of RGB (Red+Green+Blue) = 167+104+90=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 104 (41.02% from 255 or 28.81% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A7685A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7685A is #5897A5. Grayscale: #797979. Windows color (decimal): -5805990 or 5925031. OLE color: 5925031.

HSL color Cylindrical-coordinate representation of color #A7685A: hue angle of 10.91º 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 #A7685A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 104 90 -
CMYK 0 0.38 0.46 0.35
HSL 10.91º 0.3% 0.5% -
HSV(B) 10.91º 0.46% 0.65% -
XYZ 22.73 18.85 12.11 -
YUV 121.24 110.37 160.64 -
System Red Green Blue C M Y K H S L
Decimal 167 104 90 0 0.38 0.46 0.35 10.91 0.3 0.5
Hex A7 68 5A 0 26 2E 23 B 1E 32
Octal 247 150 132 0 46 56 43 13 36 62
Binary 10100111 1101000 1011010 0 100110 101110 100011 1011 11110 110010

Color Harmonies of #A7685A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7685A

Black with #A7685A

Text Example


Text Example

White with #A7685A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7685A; }

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

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

background-color css

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

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

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

border-color css

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

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

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