Html Css Color HEX #A28E71 Pale Oyster

📋 copy color: '#A28E71'

red 162 ◦ green 142 ◦ blue 113

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

Shades of Pale Oyster #A28E71

Tints of Pale Oyster #A28E71

RGB

 RED value IS 162 (63.67% from 255) = 38.85%

 GREEN value IS 142 (55.86% from 255) = 34.05%

 BLUE value IS 113 (44.53% from 255) = 27.1%

R = 38.85%
G = 34.05%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A28E71 (or 0xA28E71) is known color: Pale Oyster. HEX triplet: A2, 8E and 71. RGB value is (162,142,113). Sum of RGB (Red+Green+Blue) = 162+142+113=417 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.85% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 113 (44.53% from 255 or 27.10% from 417); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E71 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E71 is #5D718E. Grayscale: #909090. Windows color (decimal): -6123919 or 7442082. OLE color: 7442082.

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

Color convert

RGB 162 142 113 -
CMYK 0 0.12 0.30 0.36
HSL 35.51º 0.21% 0.54% -
HSV(B) 35.51º 0.3% 0.64% -
XYZ 27.55 28.22 19.62 -
YUV 144.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 162 142 113 0 0.12 0.30 0.36 35.51 0.21 0.54
Hex A2 8E 71 0 C 1E 24 24 15 36
Octal 242 216 161 0 14 36 44 44 25 66
Binary 10100010 10001110 1110001 0 1100 11110 100100 100100 10101 110110

Color Harmonies of #A28E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E71

Black with #A28E71

Text Example


Text Example

White with #A28E71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E71; }

 p { color: rgb(162,142,113); }

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

background-color css

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

 a { background-color: rgb(162,142,113); }

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

border-color css

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

 span { border-color: rgb(162,142,113); }

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