Html Css Color HEX #A18F6A Pale Oyster

📋 copy color: '#A18F6A'

red 161 ◦ green 143 ◦ blue 106

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

Shades of Pale Oyster #A18F6A

Tints of Pale Oyster #A18F6A

RGB

 RED value IS 161 (63.28% from 255) = 39.27%

 GREEN value IS 143 (56.25% from 255) = 34.88%

 BLUE value IS 106 (41.8% from 255) = 25.85%

R = 39.27%
G = 34.88%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#A18F6A (or 0xA18F6A) is known color: Pale Oyster. HEX triplet: A1, 8F and 6A. RGB value is (161,143,106). Sum of RGB (Red+Green+Blue) = 161+143+106=410 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.27% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F6A is #5E7095. Grayscale: #909090. Windows color (decimal): -6189206 or 6983585. OLE color: 6983585.

HSL color Cylindrical-coordinate representation of color #A18F6A: hue angle of 40.36º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A18F6A is Cyan = 0, Magento = 0.11, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 143 106 -
CMYK 0 0.11 0.34 0.37
HSL 40.36º 0.23% 0.52% -
HSV(B) 40.36º 0.34% 0.63% -
XYZ 27.12 28.26 17.66 -
YUV 144.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 161 143 106 0 0.11 0.34 0.37 40.36 0.23 0.52
Hex A1 8F 6A 0 B 22 25 28 17 34
Octal 241 217 152 0 13 42 45 50 27 64
Binary 10100001 10001111 1101010 0 1011 100010 100101 101000 10111 110100

Color Harmonies of #A18F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F6A

Black with #A18F6A

Text Example


Text Example

White with #A18F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F6A; }

 p { color: rgb(161,143,106); }

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

background-color css

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

 a { background-color: rgb(161,143,106); }

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

border-color css

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

 span { border-color: rgb(161,143,106); }

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