Html Css Color HEX #A28E61 Pale Oyster

📋 copy color: '#A28E61'

red 162 ◦ green 142 ◦ blue 97

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

Shades of Pale Oyster #A28E61

Tints of Pale Oyster #A28E61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 24.19%

R = 40.4%
G = 35.41%
B = 24.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A28E61 (or 0xA28E61) is known color: Pale Oyster. HEX triplet: A2, 8E and 61. RGB value is (162,142,97). Sum of RGB (Red+Green+Blue) = 162+142+97=401 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.40% from 401); Green value is 142 (55.86% from 255 or 35.41% from 401); Blue value is 97 (38.28% from 255 or 24.19% from 401); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E61 is #5D719E. Grayscale: #8F8F8F. Windows color (decimal): -6123935 or 6393506. OLE color: 6393506.

HSL color Cylindrical-coordinate representation of color #A28E61: hue angle of 41.54º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A28E61 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 97 -
CMYK 0 0.12 0.40 0.36
HSL 41.54º 0.26% 0.51% -
HSV(B) 41.54º 0.4% 0.64% -
XYZ 26.73 27.89 15.28 -
YUV 142.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 162 142 97 0 0.12 0.40 0.36 41.54 0.26 0.51
Hex A2 8E 61 0 C 28 24 2A 1A 33
Octal 242 216 141 0 14 50 44 52 32 63
Binary 10100010 10001110 1100001 0 1100 101000 100100 101010 11010 110011

Color Harmonies of #A28E61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E61

Black with #A28E61

Text Example


Text Example

White with #A28E61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E61; }

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

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

background-color css

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

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

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

border-color css

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

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

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