Html Css Color HEX #A18F70 Pale Oyster

📋 copy color: '#A18F70'

red 161 ◦ green 143 ◦ blue 112

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

Shades of Pale Oyster #A18F70

Tints of Pale Oyster #A18F70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.92%

R = 38.7%
G = 34.38%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.37

RGB Variations

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

Color information

#A18F70 (or 0xA18F70) is known color: Pale Oyster. HEX triplet: A1, 8F and 70. RGB value is (161,143,112). Sum of RGB (Red+Green+Blue) = 161+143+112=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 161 - color contains mainly: red. Hex color #A18F70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A18F70 is #5E708F. Grayscale: #909090. Windows color (decimal): -6189200 or 7376801. OLE color: 7376801.

HSL color Cylindrical-coordinate representation of color #A18F70: hue angle of 37.96º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A18F70 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 143 112 -
CMYK 0 0.11 0.30 0.37
HSL 37.96º 0.21% 0.54% -
HSV(B) 37.96º 0.3% 0.63% -
XYZ 27.45 28.39 19.36 -
YUV 144.85 109.46 139.52 -
System Red Green Blue C M Y K H S L
Decimal 161 143 112 0 0.11 0.30 0.37 37.96 0.21 0.54
Hex A1 8F 70 0 B 1E 25 26 15 36
Octal 241 217 160 0 13 36 45 46 25 66
Binary 10100001 10001111 1110000 0 1011 11110 100101 100110 10101 110110

Color Harmonies of #A18F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A18F70

Black with #A18F70

Text Example


Text Example

White with #A18F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A18F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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