Html Css Color HEX #AFA183 Napa

📋 copy color: '#AFA183'

red 175 ◦ green 161 ◦ blue 131

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

Shades of Napa #AFA183

Tints of Napa #AFA183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 28.05%

R = 37.47%
G = 34.48%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AFA183 (or 0xAFA183) is known color: Napa. HEX triplet: AF, A1 and 83. RGB value is (175,161,131). Sum of RGB (Red+Green+Blue) = 175+161+131=467 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.47% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 131 (51.56% from 255 or 28.05% from 467); Max value from RGB is 175 - color contains mainly: red. Hex color #AFA183 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFA183 is #505E7C. Grayscale: #A1A1A1. Windows color (decimal): -5267069 or 8626607. OLE color: 8626607.

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

Color convert

RGB 175 161 131 -
CMYK 0 0.08 0.25 0.31
HSL 40.91º 0.22% 0.6% -
HSV(B) 40.91º 0.25% 0.69% -
XYZ 34.52 36.24 26.65 -
YUV 161.77 110.64 137.44 -
System Red Green Blue C M Y K H S L
Decimal 175 161 131 0 0.08 0.25 0.31 40.91 0.22 0.6
Hex AF A1 83 0 8 19 1F 29 16 3C
Octal 257 241 203 0 10 31 37 51 26 74
Binary 10101111 10100001 10000011 0 1000 11001 11111 101001 10110 111100

Color Harmonies of #AFA183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFA183

Black with #AFA183

Text Example


Text Example

White with #AFA183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFA183; }

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

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

background-color css

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

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

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

border-color css

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

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

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