Html Css Color HEX #AFA18B Napa

📋 copy color: '#AFA18B'

red 175 ◦ green 161 ◦ blue 139

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

Shades of Napa #AFA18B

Tints of Napa #AFA18B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 33.89%

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 36.84%
G = 33.89%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AFA18B (or 0xAFA18B) is known color: Napa. HEX triplet: AF, A1 and 8B. RGB value is (175,161,139). Sum of RGB (Red+Green+Blue) = 175+161+139=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 161 (63.28% from 255 or 33.89% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA18B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA18B is #505E74. Grayscale: #A2A2A2. Windows color (decimal): -5267061 or 9150895. OLE color: 9150895.

HSL color Cylindrical-coordinate representation of color #AFA18B: hue angle of 36.67º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFA18B is Cyan = 0, Magento = 0.08, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 161 139 -
CMYK 0 0.08 0.21 0.31
HSL 36.67º 0.18% 0.62% -
HSV(B) 36.67º 0.21% 0.69% -
XYZ 35.08 36.47 29.62 -
YUV 162.68 114.64 136.79 -
System Red Green Blue C M Y K H S L
Decimal 175 161 139 0 0.08 0.21 0.31 36.67 0.18 0.62
Hex AF A1 8B 0 8 15 1F 25 12 3E
Octal 257 241 213 0 10 25 37 45 22 76
Binary 10101111 10100001 10001011 0 1000 10101 11111 100101 10010 111110

Color Harmonies of #AFA18B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA18B

Black with #AFA18B

Text Example


Text Example

White with #AFA18B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA18B; }

 p { color: rgb(175,161,139); }

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

background-color css

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

 a { background-color: rgb(175,161,139); }

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

border-color css

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

 span { border-color: rgb(175,161,139); }

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