Html Css Color HEX #A29377 Pale Oyster

📋 copy color: '#A29377'

red 162 ◦ green 147 ◦ blue 119

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

Shades of Pale Oyster #A29377

Tints of Pale Oyster #A29377

RGB

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

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

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

R = 37.85%
G = 34.35%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#A29377 (or 0xA29377) is known color: Pale Oyster. HEX triplet: A2, 93 and 77. RGB value is (162,147,119). Sum of RGB (Red+Green+Blue) = 162+147+119=428 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.85% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 119 (46.88% from 255 or 27.80% from 428); Max value from RGB is 162 - color contains mainly: red. Hex color #A29377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29377 is #5D6C88. Grayscale: #949494. Windows color (decimal): -6122633 or 7836578. OLE color: 7836578.

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

Color convert

RGB 162 147 119 -
CMYK 0 0.09 0.27 0.36
HSL 39.07º 0.19% 0.55% -
HSV(B) 39.07º 0.27% 0.64% -
XYZ 28.66 29.88 21.71 -
YUV 148.29 111.47 137.78 -
System Red Green Blue C M Y K H S L
Decimal 162 147 119 0 0.09 0.27 0.36 39.07 0.19 0.55
Hex A2 93 77 0 9 1B 24 27 13 37
Octal 242 223 167 0 11 33 44 47 23 67
Binary 10100010 10010011 1110111 0 1001 11011 100100 100111 10011 110111

Color Harmonies of #A29377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29377

Black with #A29377

Text Example


Text Example

White with #A29377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29377; }

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

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

background-color css

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

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

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

border-color css

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

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

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