Html Css Color HEX #A49064 Pale Oyster

📋 copy color: '#A49064'

red 164 ◦ green 144 ◦ blue 100

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

Shades of Pale Oyster #A49064

Tints of Pale Oyster #A49064

RGB

 RED value IS 164 (64.45% from 255) = 40.2%

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

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 40.2%
G = 35.29%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.39

 K value IS 0.36

RGB Variations

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

Color information

#A49064 (or 0xA49064) is known color: Pale Oyster. HEX triplet: A4, 90 and 64. RGB value is (164,144,100). Sum of RGB (Red+Green+Blue) = 164+144+100=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 144 (56.64% from 255 or 35.29% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A49064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A49064 is #5B6F9B. Grayscale: #919191. Windows color (decimal): -5992348 or 6590628. OLE color: 6590628.

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

Color convert

RGB 164 144 100 -
CMYK 0 0.12 0.39 0.36
HSL 41.25º 0.26% 0.52% -
HSV(B) 41.25º 0.39% 0.64% -
XYZ 27.58 28.76 16.15 -
YUV 144.96 102.63 141.58 -
System Red Green Blue C M Y K H S L
Decimal 164 144 100 0 0.12 0.39 0.36 41.25 0.26 0.52
Hex A4 90 64 0 C 27 24 29 1A 34
Octal 244 220 144 0 14 47 44 51 32 64
Binary 10100100 10010000 1100100 0 1100 100111 100100 101001 11010 110100

Color Harmonies of #A49064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A49064

Black with #A49064

Text Example


Text Example

White with #A49064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A49064; }

 p { color: rgb(164,144,100); }

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

background-color css

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

 a { background-color: rgb(164,144,100); }

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

border-color css

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

 span { border-color: rgb(164,144,100); }

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