Html Css Color HEX #A7695A Au Chico

📋 copy color: '#A7695A'

red 167 ◦ green 105 ◦ blue 90

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

Shades of Au Chico #A7695A

Tints of Au Chico #A7695A

RGB

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

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

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

R = 46.13%
G = 29.01%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A7695A (or 0xA7695A) is known color: Au Chico. HEX triplet: A7, 69 and 5A. RGB value is (167,105,90). Sum of RGB (Red+Green+Blue) = 167+105+90=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 90 (35.55% from 255 or 24.86% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A7695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7695A is #5896A5. Grayscale: #797979. Windows color (decimal): -5805734 or 5925287. OLE color: 5925287.

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

Color convert

RGB 167 105 90 -
CMYK 0 0.37 0.46 0.35
HSL 11.69º 0.3% 0.5% -
HSV(B) 11.69º 0.46% 0.65% -
XYZ 22.83 19.06 12.15 -
YUV 121.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 167 105 90 0 0.37 0.46 0.35 11.69 0.3 0.5
Hex A7 69 5A 0 25 2E 23 C 1E 32
Octal 247 151 132 0 45 56 43 14 36 62
Binary 10100111 1101001 1011010 0 100101 101110 100011 1100 11110 110010

Color Harmonies of #A7695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7695A

Black with #A7695A

Text Example


Text Example

White with #A7695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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