Html Css Color HEX #AFA185 Napa

📋 copy color: '#AFA185'

red 175 ◦ green 161 ◦ blue 133

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

Shades of Napa #AFA185

Tints of Napa #AFA185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 37.31%
G = 34.33%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AFA185 (or 0xAFA185) is known color: Napa. HEX triplet: AF, A1 and 85. RGB value is (175,161,133). Sum of RGB (Red+Green+Blue) = 175+161+133=469 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.31% from 469); Green value is 161 (63.28% from 255 or 34.33% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA185 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA185 is #505E7A. Grayscale: #A2A2A2. Windows color (decimal): -5267067 or 8757679. OLE color: 8757679.

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

Color convert

RGB 175 161 133 -
CMYK 0 0.08 0.24 0.31
HSL 40º 0.21% 0.6% -
HSV(B) 40º 0.24% 0.69% -
XYZ 34.66 36.3 27.37 -
YUV 161.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 175 161 133 0 0.08 0.24 0.31 40 0.21 0.6
Hex AF A1 85 0 8 18 1F 28 15 3C
Octal 257 241 205 0 10 30 37 50 25 74
Binary 10101111 10100001 10000101 0 1000 11000 11111 101000 10101 111100

Color Harmonies of #AFA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA185

Black with #AFA185

Text Example


Text Example

White with #AFA185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA185; }

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

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

background-color css

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

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

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

border-color css

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

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

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