Html Css Color HEX #AFA289 Napa

📋 copy color: '#AFA289'

red 175 ◦ green 162 ◦ blue 137

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

Shades of Napa #AFA289

Tints of Napa #AFA289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 28.9%

R = 36.92%
G = 34.18%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFA289 (or 0xAFA289) is known color: Napa. HEX triplet: AF, A2 and 89. RGB value is (175,162,137). Sum of RGB (Red+Green+Blue) = 175+162+137=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 137 (53.91% from 255 or 28.90% from 474); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA289 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA289 is #505D76. Grayscale: #A3A3A3. Windows color (decimal): -5266807 or 9020079. OLE color: 9020079.

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

Color convert

RGB 175 162 137 -
CMYK 0 0.07 0.22 0.31
HSL 39.47º 0.19% 0.61% -
HSV(B) 39.47º 0.22% 0.69% -
XYZ 35.11 36.76 28.91 -
YUV 163.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 175 162 137 0 0.07 0.22 0.31 39.47 0.19 0.61
Hex AF A2 89 0 7 16 1F 27 13 3D
Octal 257 242 211 0 7 26 37 47 23 75
Binary 10101111 10100010 10001001 0 111 10110 11111 100111 10011 111101

Color Harmonies of #AFA289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA289

Black with #AFA289

Text Example


Text Example

White with #AFA289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA289; }

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

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

background-color css

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

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

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

border-color css

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

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

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