Html Css Color HEX #A19062 Pale Oyster

📋 copy color: '#A19062'

red 161 ◦ green 144 ◦ blue 98

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

Shades of Pale Oyster #A19062

Tints of Pale Oyster #A19062

RGB

 RED value IS 161 (63.28% from 255) = 39.95%

 GREEN value IS 144 (56.64% from 255) = 35.73%

 BLUE value IS 98 (38.67% from 255) = 24.32%

R = 39.95%
G = 35.73%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.37

RGB Variations

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

Color information

#A19062 (or 0xA19062) is known color: Pale Oyster. HEX triplet: A1, 90 and 62. RGB value is (161,144,98). Sum of RGB (Red+Green+Blue) = 161+144+98=403 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.95% from 403); Green value is 144 (56.64% from 255 or 35.73% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 161 - color contains mainly: red. Hex color #A19062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A19062 is #5E6F9D. Grayscale: #909090. Windows color (decimal): -6188958 or 6459553. OLE color: 6459553.

HSL color Cylindrical-coordinate representation of color #A19062: hue angle of 43.81º degrees, saturation: 0.25, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A19062 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 144 98 -
CMYK 0 0.11 0.39 0.37
HSL 43.81º 0.25% 0.51% -
HSV(B) 43.81º 0.39% 0.63% -
XYZ 26.88 28.41 15.62 -
YUV 143.84 102.13 140.24 -
System Red Green Blue C M Y K H S L
Decimal 161 144 98 0 0.11 0.39 0.37 43.81 0.25 0.51
Hex A1 90 62 0 B 27 25 2C 19 33
Octal 241 220 142 0 13 47 45 54 31 63
Binary 10100001 10010000 1100010 0 1011 100111 100101 101100 11001 110011

Color Harmonies of #A19062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A19062

Black with #A19062

Text Example


Text Example

White with #A19062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A19062; }

 p { color: rgb(161,144,98); }

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

background-color css

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

 a { background-color: rgb(161,144,98); }

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

border-color css

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

 span { border-color: rgb(161,144,98); }

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