Html Css Color HEX #A29373 Pale Oyster

📋 copy color: '#A29373'

red 162 ◦ green 147 ◦ blue 115

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

Shades of Pale Oyster #A29373

Tints of Pale Oyster #A29373

RGB

 RED value IS 162 (63.67% from 255) = 38.21%

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 38.21%
G = 34.67%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.29

 K value IS 0.36

RGB Variations

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

Color information

#A29373 (or 0xA29373) is known color: Pale Oyster. HEX triplet: A2, 93 and 73. RGB value is (162,147,115). Sum of RGB (Red+Green+Blue) = 162+147+115=424 (56% of max value = 765). Red value is 162 (63.67% from 255 or 38.21% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 162 - color contains mainly: red. Hex color #A29373 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29373 is #5D6C8C. Grayscale: #939393. Windows color (decimal): -6122637 or 7574434. OLE color: 7574434.

HSL color Cylindrical-coordinate representation of color #A29373: hue angle of 40.85º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29373 is Cyan = 0, Magento = 0.09, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 147 115 -
CMYK 0 0.09 0.29 0.36
HSL 40.85º 0.2% 0.54% -
HSV(B) 40.85º 0.29% 0.64% -
XYZ 28.43 29.79 20.47 -
YUV 147.84 109.47 138.1 -
System Red Green Blue C M Y K H S L
Decimal 162 147 115 0 0.09 0.29 0.36 40.85 0.2 0.54
Hex A2 93 73 0 9 1D 24 29 14 36
Octal 242 223 163 0 11 35 44 51 24 66
Binary 10100010 10010011 1110011 0 1001 11101 100100 101001 10100 110110

Color Harmonies of #A29373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29373

Black with #A29373

Text Example


Text Example

White with #A29373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29373; }

 p { color: rgb(162,147,115); }

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

background-color css

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

 a { background-color: rgb(162,147,115); }

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

border-color css

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

 span { border-color: rgb(162,147,115); }

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