Html Css Color HEX #A8695A Au Chico

📋 copy color: '#A8695A'

red 168 ◦ green 105 ◦ blue 90

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

Shades of Au Chico #A8695A

Tints of Au Chico #A8695A

RGB

 RED value IS 168 (66.02% from 255) = 46.28%

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

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

R = 46.28%
G = 28.93%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#A8695A (or 0xA8695A) is known color: Au Chico. HEX triplet: A8, 69 and 5A. RGB value is (168,105,90). Sum of RGB (Red+Green+Blue) = 168+105+90=363 (48% of max value = 765). Red value is 168 (66.02% from 255 or 46.28% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 90 (35.55% from 255 or 24.79% from 363); Max value from RGB is 168 - color contains mainly: red. Hex color #A8695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8695A is #5796A5. Grayscale: #7A7A7A. Windows color (decimal): -5740198 or 5925288. OLE color: 5925288.

HSL color Cylindrical-coordinate representation of color #A8695A: hue angle of 11.54º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A8695A is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 105 90 -
CMYK 0 0.38 0.46 0.34
HSL 11.54º 0.31% 0.51% -
HSV(B) 11.54º 0.46% 0.66% -
XYZ 23.05 19.17 12.16 -
YUV 122.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 168 105 90 0 0.38 0.46 0.34 11.54 0.31 0.51
Hex A8 69 5A 0 26 2E 22 C 1F 33
Octal 250 151 132 0 46 56 42 14 37 63
Binary 10101000 1101001 1011010 0 100110 101110 100010 1100 11111 110011

Color Harmonies of #A8695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8695A

Black with #A8695A

Text Example


Text Example

White with #A8695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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