Html Css Color HEX #A29378 Pale Oyster

📋 copy color: '#A29378'

red 162 ◦ green 147 ◦ blue 120

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

Shades of Pale Oyster #A29378

Tints of Pale Oyster #A29378

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.97%

R = 37.76%
G = 34.27%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A29378 (or 0xA29378) is known color: Pale Oyster. HEX triplet: A2, 93 and 78. RGB value is (162,147,120). Sum of RGB (Red+Green+Blue) = 162+147+120=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 147 (57.81% from 255 or 34.27% from 429); Blue value is 120 (47.27% from 255 or 27.97% from 429); Max value from RGB is 162 - color contains mainly: red. Hex color #A29378 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A29378 is #5D6C87. Grayscale: #949494. Windows color (decimal): -6122632 or 7902114. OLE color: 7902114.

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

Color convert

RGB 162 147 120 -
CMYK 0 0.09 0.26 0.36
HSL 38.57º 0.18% 0.55% -
HSV(B) 38.57º 0.26% 0.64% -
XYZ 28.72 29.9 22.03 -
YUV 148.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 162 147 120 0 0.09 0.26 0.36 38.57 0.18 0.55
Hex A2 93 78 0 9 1A 24 27 12 37
Octal 242 223 170 0 11 32 44 47 22 67
Binary 10100010 10010011 1111000 0 1001 11010 100100 100111 10010 110111

Color Harmonies of #A29378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29378

Black with #A29378

Text Example


Text Example

White with #A29378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29378; }

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

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

background-color css

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

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

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

border-color css

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

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

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