Html Css Color HEX #A69474 Pale Oyster

📋 copy color: '#A69474'

red 166 ◦ green 148 ◦ blue 116

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

Shades of Pale Oyster #A69474

Tints of Pale Oyster #A69474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.98%

R = 38.6%
G = 34.42%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#A69474 (or 0xA69474) is known color: Pale Oyster. HEX triplet: A6, 94 and 74. RGB value is (166,148,116). Sum of RGB (Red+Green+Blue) = 166+148+116=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 116 (45.70% from 255 or 26.98% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69474 is #596B8B. Grayscale: #959595. Windows color (decimal): -5860236 or 7640230. OLE color: 7640230.

HSL color Cylindrical-coordinate representation of color #A69474: hue angle of 38.4º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A69474 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 148 116 -
CMYK 0 0.11 0.30 0.35
HSL 38.4º 0.22% 0.55% -
HSV(B) 38.4º 0.3% 0.65% -
XYZ 29.47 30.55 20.87 -
YUV 149.73 108.96 139.6 -
System Red Green Blue C M Y K H S L
Decimal 166 148 116 0 0.11 0.30 0.35 38.4 0.22 0.55
Hex A6 94 74 0 B 1E 23 26 16 37
Octal 246 224 164 0 13 36 43 46 26 67
Binary 10100110 10010100 1110100 0 1011 11110 100011 100110 10110 110111

Color Harmonies of #A69474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69474

Black with #A69474

Text Example


Text Example

White with #A69474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69474; }

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

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

background-color css

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

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

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

border-color css

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

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

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