Html Css Color HEX #A28D65 Pale Oyster

📋 copy color: '#A28D65'

red 162 ◦ green 141 ◦ blue 101

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

Shades of Pale Oyster #A28D65

Tints of Pale Oyster #A28D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

 BLUE value IS 101 (39.84% from 255) = 25%

R = 40.1%
G = 34.9%
B = 25%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A28D65 (or 0xA28D65) is known color: Pale Oyster. HEX triplet: A2, 8D and 65. RGB value is (162,141,101). Sum of RGB (Red+Green+Blue) = 162+141+101=404 (53% of max value = 765). Red value is 162 (63.67% from 255 or 40.10% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A28D65 is #5D729A. Grayscale: #8E8E8E. Windows color (decimal): -6124187 or 6655394. OLE color: 6655394.

HSL color Cylindrical-coordinate representation of color #A28D65: hue angle of 39.34º degrees, saturation: 0.25, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A28D65 is Cyan = 0, Magento = 0.13, Yellow = 0.38 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 141 101 -
CMYK 0 0.13 0.38 0.36
HSL 39.34º 0.25% 0.52% -
HSV(B) 39.34º 0.38% 0.64% -
XYZ 26.77 27.67 16.24 -
YUV 142.72 104.46 141.75 -
System Red Green Blue C M Y K H S L
Decimal 162 141 101 0 0.13 0.38 0.36 39.34 0.25 0.52
Hex A2 8D 65 0 D 26 24 27 19 34
Octal 242 215 145 0 15 46 44 47 31 64
Binary 10100010 10001101 1100101 0 1101 100110 100100 100111 11001 110100

Color Harmonies of #A28D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28D65

Black with #A28D65

Text Example


Text Example

White with #A28D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28D65; }

 p { color: rgb(162,141,101); }

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

background-color css

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

 a { background-color: rgb(162,141,101); }

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

border-color css

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

 span { border-color: rgb(162,141,101); }

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