Html Css Color HEX #A09277 Pale Oyster

📋 copy color: '#A09277'

red 160 ◦ green 146 ◦ blue 119

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

Shades of Pale Oyster #A09277

Tints of Pale Oyster #A09277

RGB

 RED value IS 160 (62.89% from 255) = 37.65%

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

 BLUE value IS 119 (46.88% from 255) = 28%

R = 37.65%
G = 34.35%
B = 28%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.37

RGB Variations

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

Color information

#A09277 (or 0xA09277) is known color: Pale Oyster. HEX triplet: A0, 92 and 77. RGB value is (160,146,119). Sum of RGB (Red+Green+Blue) = 160+146+119=425 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.65% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 119 (46.88% from 255 or 28% from 425); Max value from RGB is 160 - color contains mainly: red. Hex color #A09277 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09277 is #5F6D88. Grayscale: #939393. Windows color (decimal): -6253961 or 7836320. OLE color: 7836320.

HSL color Cylindrical-coordinate representation of color #A09277: hue angle of 39.51º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A09277 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 146 119 -
CMYK 0 0.09 0.26 0.37
HSL 39.51º 0.18% 0.55% -
HSV(B) 39.51º 0.26% 0.63% -
XYZ 28.11 29.36 21.64 -
YUV 147.11 112.14 137.2 -
System Red Green Blue C M Y K H S L
Decimal 160 146 119 0 0.09 0.26 0.37 39.51 0.18 0.55
Hex A0 92 77 0 9 1A 25 28 12 37
Octal 240 222 167 0 11 32 45 50 22 67
Binary 10100000 10010010 1110111 0 1001 11010 100101 101000 10010 110111

Color Harmonies of #A09277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09277

Black with #A09277

Text Example


Text Example

White with #A09277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09277; }

 p { color: rgb(160,146,119); }

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

background-color css

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

 a { background-color: rgb(160,146,119); }

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

border-color css

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

 span { border-color: rgb(160,146,119); }

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