Html Css Color HEX #A7695E Au Chico

📋 copy color: '#A7695E'

red 167 ◦ green 105 ◦ blue 94

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

Shades of Au Chico #A7695E

Tints of Au Chico #A7695E

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.69%

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 45.63%
G = 28.69%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#A7695E (or 0xA7695E) is known color: Au Chico. HEX triplet: A7, 69 and 5E. RGB value is (167,105,94). Sum of RGB (Red+Green+Blue) = 167+105+94=366 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.63% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 167 - color contains mainly: red. Hex color #A7695E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7695E is #5896A1. Grayscale: #7A7A7A. Windows color (decimal): -5805730 or 6187431. OLE color: 6187431.

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

Color convert

RGB 167 105 94 -
CMYK 0 0.37 0.44 0.35
HSL 9.04º 0.29% 0.51% -
HSV(B) 9.04º 0.44% 0.65% -
XYZ 23.01 19.13 13.07 -
YUV 122.28 112.04 159.89 -
System Red Green Blue C M Y K H S L
Decimal 167 105 94 0 0.37 0.44 0.35 9.04 0.29 0.51
Hex A7 69 5E 0 25 2C 23 9 1D 33
Octal 247 151 136 0 45 54 43 11 35 63
Binary 10100111 1101001 1011110 0 100101 101100 100011 1001 11101 110011

Color Harmonies of #A7695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7695E

Black with #A7695E

Text Example


Text Example

White with #A7695E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7695E; }

 p { color: rgb(167,105,94); }

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

background-color css

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

 a { background-color: rgb(167,105,94); }

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

border-color css

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

 span { border-color: rgb(167,105,94); }

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