Html Css Color HEX #A69375 Pale Oyster

📋 copy color: '#A69375'

red 166 ◦ green 147 ◦ blue 117

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

Shades of Pale Oyster #A69375

Tints of Pale Oyster #A69375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.21%

R = 38.6%
G = 34.19%
B = 27.21%

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

#A69375 (or 0xA69375) is known color: Pale Oyster. HEX triplet: A6, 93 and 75. RGB value is (166,147,117). Sum of RGB (Red+Green+Blue) = 166+147+117=430 (56% of max value = 765). Red value is 166 (65.23% from 255 or 38.60% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 166 - color contains mainly: red. Hex color #A69375 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A69375 is #596C8A. Grayscale: #959595. Windows color (decimal): -5860491 or 7705510. OLE color: 7705510.

HSL color Cylindrical-coordinate representation of color #A69375: hue angle of 36.73º 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 #A69375 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 147 117 -
CMYK 0 0.11 0.30 0.35
HSL 36.73º 0.22% 0.55% -
HSV(B) 36.73º 0.3% 0.65% -
XYZ 29.37 30.26 21.12 -
YUV 149.26 109.79 139.94 -
System Red Green Blue C M Y K H S L
Decimal 166 147 117 0 0.11 0.30 0.35 36.73 0.22 0.55
Hex A6 93 75 0 B 1E 23 25 16 37
Octal 246 223 165 0 13 36 43 45 26 67
Binary 10100110 10010011 1110101 0 1011 11110 100011 100101 10110 110111

Color Harmonies of #A69375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A69375

Black with #A69375

Text Example


Text Example

White with #A69375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A69375; }

 p { color: rgb(166,147,117); }

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

background-color css

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

 a { background-color: rgb(166,147,117); }

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

border-color css

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

 span { border-color: rgb(166,147,117); }

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