Html Css Color HEX #A48F68 Pale Oyster

📋 copy color: '#A48F68'

red 164 ◦ green 143 ◦ blue 104

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

Shades of Pale Oyster #A48F68

Tints of Pale Oyster #A48F68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.3%

R = 39.9%
G = 34.79%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.37

 K value IS 0.36

RGB Variations

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

Color information

#A48F68 (or 0xA48F68) is known color: Pale Oyster. HEX triplet: A4, 8F and 68. RGB value is (164,143,104). Sum of RGB (Red+Green+Blue) = 164+143+104=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 143 (56.25% from 255 or 34.79% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F68 is #5B7097. Grayscale: #919191. Windows color (decimal): -5992600 or 6852516. OLE color: 6852516.

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

Color convert

RGB 164 143 104 -
CMYK 0 0.13 0.37 0.36
HSL 39º 0.25% 0.53% -
HSV(B) 39º 0.37% 0.64% -
XYZ 27.63 28.54 17.15 -
YUV 144.83 104.96 141.67 -
System Red Green Blue C M Y K H S L
Decimal 164 143 104 0 0.13 0.37 0.36 39 0.25 0.53
Hex A4 8F 68 0 D 25 24 27 19 35
Octal 244 217 150 0 15 45 44 47 31 65
Binary 10100100 10001111 1101000 0 1101 100101 100100 100111 11001 110101

Color Harmonies of #A48F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F68

Black with #A48F68

Text Example


Text Example

White with #A48F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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