Html Css Color HEX #A18F75 Pale Oyster

📋 copy color: '#A18F75'

red 161 ◦ green 143 ◦ blue 117

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

Shades of Pale Oyster #A18F75

Tints of Pale Oyster #A18F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.79%

R = 38.24%
G = 33.97%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A18F75 (or 0xA18F75) is known color: Pale Oyster. HEX triplet: A1, 8F and 75. RGB value is (161,143,117). Sum of RGB (Red+Green+Blue) = 161+143+117=421 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.24% from 421); Green value is 143 (56.25% from 255 or 33.97% from 421); Blue value is 117 (46.09% from 255 or 27.79% from 421); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F75 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F75 is #5E708A. Grayscale: #919191. Windows color (decimal): -6189195 or 7704481. OLE color: 7704481.

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

Color convert

RGB 161 143 117 -
CMYK 0 0.11 0.27 0.37
HSL 35.45º 0.19% 0.55% -
HSV(B) 35.45º 0.27% 0.63% -
XYZ 27.73 28.51 20.87 -
YUV 145.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 161 143 117 0 0.11 0.27 0.37 35.45 0.19 0.55
Hex A1 8F 75 0 B 1B 25 23 13 37
Octal 241 217 165 0 13 33 45 43 23 67
Binary 10100001 10001111 1110101 0 1011 11011 100101 100011 10011 110111

Color Harmonies of #A18F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F75

Black with #A18F75

Text Example


Text Example

White with #A18F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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