Html Css Color HEX #AB695A Au Chico

📋 copy color: '#AB695A'

red 171 ◦ green 105 ◦ blue 90

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

Shades of Au Chico #AB695A

Tints of Au Chico #AB695A

RGB

 RED value IS 171 (67.19% from 255) = 46.72%

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

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

R = 46.72%
G = 28.69%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.33

RGB Variations

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

Color information

#AB695A (or 0xAB695A) is known color: Au Chico. HEX triplet: AB, 69 and 5A. RGB value is (171,105,90). Sum of RGB (Red+Green+Blue) = 171+105+90=366 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.72% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 90 (35.55% from 255 or 24.59% from 366); Max value from RGB is 171 - color contains mainly: red. Hex color #AB695A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB695A is #5496A5. Grayscale: #7B7B7B. Windows color (decimal): -5543590 or 5925291. OLE color: 5925291.

HSL color Cylindrical-coordinate representation of color #AB695A: hue angle of 11.11º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB695A is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 105 90 -
CMYK 0 0.39 0.47 0.33
HSL 11.11º 0.33% 0.51% -
HSV(B) 11.11º 0.47% 0.67% -
XYZ 23.69 19.5 12.19 -
YUV 123.02 109.37 162.22 -
System Red Green Blue C M Y K H S L
Decimal 171 105 90 0 0.39 0.47 0.33 11.11 0.33 0.51
Hex AB 69 5A 0 27 2F 21 B 21 33
Octal 253 151 132 0 47 57 41 13 41 63
Binary 10101011 1101001 1011010 0 100111 101111 100001 1011 100001 110011

Color Harmonies of #AB695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB695A

Black with #AB695A

Text Example


Text Example

White with #AB695A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB695A; }

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

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

background-color css

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

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

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

border-color css

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

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

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