Html Css Color HEX #A5906B Pale Oyster

📋 copy color: '#A5906B'

red 165 ◦ green 144 ◦ blue 107

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

Shades of Pale Oyster #A5906B

Tints of Pale Oyster #A5906B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.62%

 BLUE value IS 107 (42.19% from 255) = 25.72%

R = 39.66%
G = 34.62%
B = 25.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.35

 K value IS 0.35

RGB Variations

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

Color information

#A5906B (or 0xA5906B) is known color: Pale Oyster. HEX triplet: A5, 90 and 6B. RGB value is (165,144,107). Sum of RGB (Red+Green+Blue) = 165+144+107=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 144 (56.64% from 255 or 34.62% from 416); Blue value is 107 (42.19% from 255 or 25.72% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5906B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5906B is #5A6F94. Grayscale: #929292. Windows color (decimal): -5926805 or 7049381. OLE color: 7049381.

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

Color convert

RGB 165 144 107 -
CMYK 0 0.13 0.35 0.35
HSL 38.28º 0.24% 0.53% -
HSV(B) 38.28º 0.35% 0.65% -
XYZ 28.14 29.01 18.03 -
YUV 146.06 105.96 141.51 -
System Red Green Blue C M Y K H S L
Decimal 165 144 107 0 0.13 0.35 0.35 38.28 0.24 0.53
Hex A5 90 6B 0 D 23 23 26 18 35
Octal 245 220 153 0 15 43 43 46 30 65
Binary 10100101 10010000 1101011 0 1101 100011 100011 100110 11000 110101

Color Harmonies of #A5906B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5906B

Black with #A5906B

Text Example


Text Example

White with #A5906B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5906B; }

 p { color: rgb(165,144,107); }

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

background-color css

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

 a { background-color: rgb(165,144,107); }

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

border-color css

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

 span { border-color: rgb(165,144,107); }

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