Html Css Color HEX #AFA182 Napa

📋 copy color: '#AFA182'

red 175 ◦ green 161 ◦ blue 130

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

Shades of Napa #AFA182

Tints of Napa #AFA182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.9%

R = 37.55%
G = 34.55%
B = 27.9%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AFA182 (or 0xAFA182) is known color: Napa. HEX triplet: AF, A1 and 82. RGB value is (175,161,130). Sum of RGB (Red+Green+Blue) = 175+161+130=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 161 (63.28% from 255 or 34.55% from 466); Blue value is 130 (51.17% from 255 or 27.90% from 466); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA182 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA182 is #505E7D. Grayscale: #A1A1A1. Windows color (decimal): -5267070 or 8561071. OLE color: 8561071.

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

Color convert

RGB 175 161 130 -
CMYK 0 0.08 0.26 0.31
HSL 41.33º 0.22% 0.6% -
HSV(B) 41.33º 0.26% 0.69% -
XYZ 34.45 36.22 26.29 -
YUV 161.65 110.14 137.52 -
System Red Green Blue C M Y K H S L
Decimal 175 161 130 0 0.08 0.26 0.31 41.33 0.22 0.6
Hex AF A1 82 0 8 1A 1F 29 16 3C
Octal 257 241 202 0 10 32 37 51 26 74
Binary 10101111 10100001 10000010 0 1000 11010 11111 101001 10110 111100

Color Harmonies of #AFA182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA182

Black with #AFA182

Text Example


Text Example

White with #AFA182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA182; }

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

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

background-color css

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

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

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

border-color css

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

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

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