Html Css Color HEX #AFA29A Martini

📋 copy color: '#AFA29A'

red 175 ◦ green 162 ◦ blue 154

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

Shades of Martini #AFA29A

Tints of Martini #AFA29A

RGB

 RED value IS 175 (68.75% from 255) = 35.64%

 GREEN value IS 162 (63.67% from 255) = 32.99%

 BLUE value IS 154 (60.55% from 255) = 31.36%

R = 35.64%
G = 32.99%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#AFA29A (or 0xAFA29A) is known color: Martini. HEX triplet: AF, A2 and 9A. RGB value is (175,162,154). Sum of RGB (Red+Green+Blue) = 175+162+154=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 162 (63.67% from 255 or 32.99% from 491); Blue value is 154 (60.55% from 255 or 31.36% from 491); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA29A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA29A is #505D65. Grayscale: #A5A5A5. Windows color (decimal): -5266790 or 10134191. OLE color: 10134191.

HSL color Cylindrical-coordinate representation of color #AFA29A: hue angle of 22.86º degrees, saturation: 0.12, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AFA29A is Cyan = 0, Magento = 0.07, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 154 -
CMYK 0 0.07 0.12 0.31
HSL 22.86º 0.12% 0.65% -
HSV(B) 22.86º 0.12% 0.69% -
XYZ 36.43 37.29 35.85 -
YUV 164.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 175 162 154 0 0.07 0.12 0.31 22.86 0.12 0.65
Hex AF A2 9A 0 7 C 1F 17 C 41
Octal 257 242 232 0 7 14 37 27 14 101
Binary 10101111 10100010 10011010 0 111 1100 11111 10111 1100 1000001

Color Harmonies of #AFA29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA29A

Black with #AFA29A

Text Example


Text Example

White with #AFA29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA29A; }

 p { color: rgb(175,162,154); }

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

background-color css

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

 a { background-color: rgb(175,162,154); }

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

border-color css

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

 span { border-color: rgb(175,162,154); }

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