Html Css Color HEX #A28E62 Pale Oyster

📋 copy color: '#A28E62'

red 162 ◦ green 142 ◦ blue 98

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

Shades of Pale Oyster #A28E62

Tints of Pale Oyster #A28E62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.38%

R = 40.3%
G = 35.32%
B = 24.38%

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

#A28E62 (or 0xA28E62) is known color: Pale Oyster. HEX triplet: A2, 8E and 62. RGB value is (162,142,98). Sum of RGB (Red+Green+Blue) = 162+142+98=402 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.30% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 98 (38.67% from 255 or 24.38% from 402); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E62 is #5D719D. Grayscale: #8F8F8F. Windows color (decimal): -6123934 or 6459042. OLE color: 6459042.

HSL color Cylindrical-coordinate representation of color #A28E62: hue angle of 41.25º 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 #A28E62 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 98 -
CMYK 0 0.12 0.40 0.36
HSL 41.25º 0.26% 0.51% -
HSV(B) 41.25º 0.4% 0.64% -
XYZ 26.78 27.91 15.53 -
YUV 142.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 162 142 98 0 0.12 0.40 0.36 41.25 0.26 0.51
Hex A2 8E 62 0 C 28 24 29 1A 33
Octal 242 216 142 0 14 50 44 51 32 63
Binary 10100010 10001110 1100010 0 1100 101000 100100 101001 11010 110011

Color Harmonies of #A28E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E62

Black with #A28E62

Text Example


Text Example

White with #A28E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E62; }

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

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

background-color css

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

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

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

border-color css

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

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

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