Html Css Color HEX #A48F65 Pale Oyster

📋 copy color: '#A48F65'

red 164 ◦ green 143 ◦ blue 101

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

Shades of Pale Oyster #A48F65

Tints of Pale Oyster #A48F65

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.05%

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

R = 40.2%
G = 35.05%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#A48F65 (or 0xA48F65) is known color: Pale Oyster. HEX triplet: A4, 8F and 65. RGB value is (164,143,101). Sum of RGB (Red+Green+Blue) = 164+143+101=408 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.20% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 101 (39.84% from 255 or 24.75% from 408); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F65 is #5B709A. Grayscale: #909090. Windows color (decimal): -5992603 or 6655908. OLE color: 6655908.

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

Color convert

RGB 164 143 101 -
CMYK 0 0.13 0.38 0.36
HSL 40º 0.26% 0.52% -
HSV(B) 40º 0.38% 0.64% -
XYZ 27.48 28.48 16.36 -
YUV 144.49 103.46 141.92 -
System Red Green Blue C M Y K H S L
Decimal 164 143 101 0 0.13 0.38 0.36 40 0.26 0.52
Hex A4 8F 65 0 D 26 24 28 1A 34
Octal 244 217 145 0 15 46 44 50 32 64
Binary 10100100 10001111 1100101 0 1101 100110 100100 101000 11010 110100

Color Harmonies of #A48F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F65

Black with #A48F65

Text Example


Text Example

White with #A48F65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F65; }

 p { color: rgb(164,143,101); }

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

background-color css

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

 a { background-color: rgb(164,143,101); }

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

border-color css

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

 span { border-color: rgb(164,143,101); }

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