Html Css Color HEX #A09175 Pale Oyster

📋 copy color: '#A09175'

red 160 ◦ green 145 ◦ blue 117

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

Shades of Pale Oyster #A09175

Tints of Pale Oyster #A09175

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.36%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 37.91%
G = 34.36%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.37

RGB Variations

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

Color information

#A09175 (or 0xA09175) is known color: Pale Oyster. HEX triplet: A0, 91 and 75. RGB value is (160,145,117). Sum of RGB (Red+Green+Blue) = 160+145+117=422 (55% of max value = 765). Red value is 160 (62.89% from 255 or 37.91% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 160 - color contains mainly: red. Hex color #A09175 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A09175 is #5F6E8A. Grayscale: #929292. Windows color (decimal): -6254219 or 7704992. OLE color: 7704992.

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

Color convert

RGB 160 145 117 -
CMYK 0 0.09 0.27 0.37
HSL 39.07º 0.18% 0.54% -
HSV(B) 39.07º 0.27% 0.63% -
XYZ 27.83 29.01 20.96 -
YUV 146.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 160 145 117 0 0.09 0.27 0.37 39.07 0.18 0.54
Hex A0 91 75 0 9 1B 25 27 12 36
Octal 240 221 165 0 11 33 45 47 22 66
Binary 10100000 10010001 1110101 0 1001 11011 100101 100111 10010 110110

Color Harmonies of #A09175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A09175

Black with #A09175

Text Example


Text Example

White with #A09175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A09175; }

 p { color: rgb(160,145,117); }

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

background-color css

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

 a { background-color: rgb(160,145,117); }

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

border-color css

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

 span { border-color: rgb(160,145,117); }

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