Html Css Color HEX #A59268 Pale Oyster

📋 copy color: '#A59268'

red 165 ◦ green 146 ◦ blue 104

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

Shades of Pale Oyster #A59268

Tints of Pale Oyster #A59268

RGB

 RED value IS 165 (64.84% from 255) = 39.76%

 GREEN value IS 146 (57.42% from 255) = 35.18%

 BLUE value IS 104 (41.02% from 255) = 25.06%

R = 39.76%
G = 35.18%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.37

 K value IS 0.35

RGB Variations

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

Color information

#A59268 (or 0xA59268) is known color: Pale Oyster. HEX triplet: A5, 92 and 68. RGB value is (165,146,104). Sum of RGB (Red+Green+Blue) = 165+146+104=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 146 (57.42% from 255 or 35.18% from 415); Blue value is 104 (41.02% from 255 or 25.06% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A59268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59268 is #5A6D97. Grayscale: #939393. Windows color (decimal): -5926296 or 6853285. OLE color: 6853285.

HSL color Cylindrical-coordinate representation of color #A59268: hue angle of 41.31º degrees, saturation: 0.25, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A59268 is Cyan = 0, Magento = 0.12, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 146 104 -
CMYK 0 0.12 0.37 0.35
HSL 41.31º 0.25% 0.53% -
HSV(B) 41.31º 0.37% 0.65% -
XYZ 28.29 29.56 17.31 -
YUV 146.89 103.79 140.92 -
System Red Green Blue C M Y K H S L
Decimal 165 146 104 0 0.12 0.37 0.35 41.31 0.25 0.53
Hex A5 92 68 0 C 25 23 29 19 35
Octal 245 222 150 0 14 45 43 51 31 65
Binary 10100101 10010010 1101000 0 1100 100101 100011 101001 11001 110101

Color Harmonies of #A59268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59268

Black with #A59268

Text Example


Text Example

White with #A59268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59268; }

 p { color: rgb(165,146,104); }

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

background-color css

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

 a { background-color: rgb(165,146,104); }

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

border-color css

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

 span { border-color: rgb(165,146,104); }

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