Html Css Color HEX #A5926E Pale Oyster

📋 copy color: '#A5926E'

red 165 ◦ green 146 ◦ blue 110

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

Shades of Pale Oyster #A5926E

Tints of Pale Oyster #A5926E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 26.13%

R = 39.19%
G = 34.68%
B = 26.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#A5926E (or 0xA5926E) is known color: Pale Oyster. HEX triplet: A5, 92 and 6E. RGB value is (165,146,110). Sum of RGB (Red+Green+Blue) = 165+146+110=421 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.19% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 110 (43.36% from 255 or 26.13% from 421); Max value from RGB is 165 - color contains mainly: red. Hex color #A5926E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5926E is #5A6D91. Grayscale: #939393. Windows color (decimal): -5926290 or 7246501. OLE color: 7246501.

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

Color convert

RGB 165 146 110 -
CMYK 0 0.12 0.33 0.35
HSL 39.27º 0.23% 0.54% -
HSV(B) 39.27º 0.33% 0.65% -
XYZ 28.61 29.68 18.97 -
YUV 147.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 165 146 110 0 0.12 0.33 0.35 39.27 0.23 0.54
Hex A5 92 6E 0 C 21 23 27 17 36
Octal 245 222 156 0 14 41 43 47 27 66
Binary 10100101 10010010 1101110 0 1100 100001 100011 100111 10111 110110

Color Harmonies of #A5926E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5926E

Black with #A5926E

Text Example


Text Example

White with #A5926E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5926E; }

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

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

background-color css

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

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

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

border-color css

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

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

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