Html Css Color HEX #A28E6D Pale Oyster

📋 copy color: '#A28E6D'

red 162 ◦ green 142 ◦ blue 109

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

Shades of Pale Oyster #A28E6D

Tints of Pale Oyster #A28E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.39%

R = 39.23%
G = 34.38%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#A28E6D (or 0xA28E6D) is known color: Pale Oyster. HEX triplet: A2, 8E and 6D. RGB value is (162,142,109). Sum of RGB (Red+Green+Blue) = 162+142+109=413 (54% of max value = 765). Red value is 162 (63.67% from 255 or 39.23% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 109 (42.97% from 255 or 26.39% from 413); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28E6D is #5D7192. Grayscale: #909090. Windows color (decimal): -6123923 or 7179938. OLE color: 7179938.

HSL color Cylindrical-coordinate representation of color #A28E6D: hue angle of 37.36º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A28E6D is Cyan = 0, Magento = 0.12, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 142 109 -
CMYK 0 0.12 0.33 0.36
HSL 37.36º 0.22% 0.53% -
HSV(B) 37.36º 0.33% 0.64% -
XYZ 27.33 28.13 18.46 -
YUV 144.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 162 142 109 0 0.12 0.33 0.36 37.36 0.22 0.53
Hex A2 8E 6D 0 C 21 24 25 16 35
Octal 242 216 155 0 14 41 44 45 26 65
Binary 10100010 10001110 1101101 0 1100 100001 100100 100101 10110 110101

Color Harmonies of #A28E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28E6D

Black with #A28E6D

Text Example


Text Example

White with #A28E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28E6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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