Html Css Color HEX #AFA187 Napa

📋 copy color: '#AFA187'

red 175 ◦ green 161 ◦ blue 135

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

Shades of Napa #AFA187

Tints of Napa #AFA187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 28.66%

R = 37.15%
G = 34.18%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA187 (or 0xAFA187) is known color: Napa. HEX triplet: AF, A1 and 87. RGB value is (175,161,135). Sum of RGB (Red+Green+Blue) = 175+161+135=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 161 (63.28% from 255 or 34.18% from 471); Blue value is 135 (53.12% from 255 or 28.66% from 471); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA187 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA187 is #505E78. Grayscale: #A2A2A2. Windows color (decimal): -5267065 or 8888751. OLE color: 8888751.

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

Color convert

RGB 175 161 135 -
CMYK 0 0.08 0.23 0.31
HSL 39º 0.2% 0.61% -
HSV(B) 39º 0.23% 0.69% -
XYZ 34.8 36.35 28.1 -
YUV 162.22 112.64 137.11 -
System Red Green Blue C M Y K H S L
Decimal 175 161 135 0 0.08 0.23 0.31 39 0.2 0.61
Hex AF A1 87 0 8 17 1F 27 14 3D
Octal 257 241 207 0 10 27 37 47 24 75
Binary 10101111 10100001 10000111 0 1000 10111 11111 100111 10100 111101

Color Harmonies of #AFA187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA187

Black with #AFA187

Text Example


Text Example

White with #AFA187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA187; }

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

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

background-color css

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

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

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

border-color css

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

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

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