Html Css Color HEX #A69465 Pale Oyster

📋 copy color: '#A69465'

red 166 ◦ green 148 ◦ blue 101

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

Shades of Pale Oyster #A69465

Tints of Pale Oyster #A69465

RGB

 RED value IS 166 (65.23% from 255) = 40%

 GREEN value IS 148 (58.2% from 255) = 35.66%

 BLUE value IS 101 (39.84% from 255) = 24.34%

R = 40%
G = 35.66%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#A69465 (or 0xA69465) is known color: Pale Oyster. HEX triplet: A6, 94 and 65. RGB value is (166,148,101). Sum of RGB (Red+Green+Blue) = 166+148+101=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 148 (58.20% from 255 or 35.66% from 415); Blue value is 101 (39.84% from 255 or 24.34% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A69465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69465 is #596B9A. Grayscale: #949494. Windows color (decimal): -5860251 or 6657190. OLE color: 6657190.

HSL color Cylindrical-coordinate representation of color #A69465: hue angle of 43.38º degrees, saturation: 0.27, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A69465 is Cyan = 0, Magento = 0.11, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 101 -
CMYK 0 0.11 0.39 0.35
HSL 43.38º 0.27% 0.52% -
HSV(B) 43.38º 0.39% 0.65% -
XYZ 28.66 30.23 16.64 -
YUV 148.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 166 148 101 0 0.11 0.39 0.35 43.38 0.27 0.52
Hex A6 94 65 0 B 27 23 2B 1B 34
Octal 246 224 145 0 13 47 43 53 33 64
Binary 10100110 10010100 1100101 0 1011 100111 100011 101011 11011 110100

Color Harmonies of #A69465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69465

Black with #A69465

Text Example


Text Example

White with #A69465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69465; }

 p { color: rgb(166,148,101); }

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

background-color css

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

 a { background-color: rgb(166,148,101); }

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

border-color css

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

 span { border-color: rgb(166,148,101); }

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