Html Css Color HEX #AFA287 Napa

📋 copy color: '#AFA287'

red 175 ◦ green 162 ◦ blue 135

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

Shades of Napa #AFA287

Tints of Napa #AFA287

RGB

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

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

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

R = 37.08%
G = 34.32%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFA287 (or 0xAFA287) is known color: Napa. HEX triplet: AF, A2 and 87. RGB value is (175,162,135). Sum of RGB (Red+Green+Blue) = 175+162+135=472 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.08% from 472); Green value is 162 (63.67% from 255 or 34.32% from 472); Blue value is 135 (53.12% from 255 or 28.60% from 472); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA287 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA287 is #505D78. Grayscale: #A2A2A2. Windows color (decimal): -5266809 or 8889007. OLE color: 8889007.

HSL color Cylindrical-coordinate representation of color #AFA287: hue angle of 40.5º 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 #AFA287 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 162 135 -
CMYK 0 0.07 0.23 0.31
HSL 40.5º 0.2% 0.61% -
HSV(B) 40.5º 0.23% 0.69% -
XYZ 34.97 36.7 28.16 -
YUV 162.81 112.31 136.7 -
System Red Green Blue C M Y K H S L
Decimal 175 162 135 0 0.07 0.23 0.31 40.5 0.2 0.61
Hex AF A2 87 0 7 17 1F 28 14 3D
Octal 257 242 207 0 7 27 37 50 24 75
Binary 10101111 10100010 10000111 0 111 10111 11111 101000 10100 111101

Color Harmonies of #AFA287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA287

Black with #AFA287

Text Example


Text Example

White with #AFA287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA287; }

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

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

background-color css

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

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

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

border-color css

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

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

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