Html Css Color HEX #A59069 Pale Oyster

📋 copy color: '#A59069'

red 165 ◦ green 144 ◦ blue 105

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

Shades of Pale Oyster #A59069

Tints of Pale Oyster #A59069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 25.36%

R = 39.86%
G = 34.78%
B = 25.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.36

 K value IS 0.35

RGB Variations

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

Color information

#A59069 (or 0xA59069) is known color: Pale Oyster. HEX triplet: A5, 90 and 69. RGB value is (165,144,105). Sum of RGB (Red+Green+Blue) = 165+144+105=414 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.86% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 105 (41.41% from 255 or 25.36% from 414); Max value from RGB is 165 - color contains mainly: red. Hex color #A59069 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59069 is #5A6F96. Grayscale: #929292. Windows color (decimal): -5926807 or 6918309. OLE color: 6918309.

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

Color convert

RGB 165 144 105 -
CMYK 0 0.13 0.36 0.35
HSL 39º 0.25% 0.53% -
HSV(B) 39º 0.36% 0.65% -
XYZ 28.04 28.97 17.48 -
YUV 145.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 165 144 105 0 0.13 0.36 0.35 39 0.25 0.53
Hex A5 90 69 0 D 24 23 27 19 35
Octal 245 220 151 0 15 44 43 47 31 65
Binary 10100101 10010000 1101001 0 1101 100100 100011 100111 11001 110101

Color Harmonies of #A59069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59069

Black with #A59069

Text Example


Text Example

White with #A59069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59069; }

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

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

background-color css

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

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

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

border-color css

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

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

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