Html Css Color HEX #A48F62 Pale Oyster

📋 copy color: '#A48F62'

red 164 ◦ green 143 ◦ blue 98

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

Shades of Pale Oyster #A48F62

Tints of Pale Oyster #A48F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 24.2%

R = 40.49%
G = 35.31%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.40

 K value IS 0.36

RGB Variations

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

Color information

#A48F62 (or 0xA48F62) is known color: Pale Oyster. HEX triplet: A4, 8F and 62. RGB value is (164,143,98). Sum of RGB (Red+Green+Blue) = 164+143+98=405 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.49% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 98 (38.67% from 255 or 24.20% from 405); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A48F62 is #5B709D. Grayscale: #909090. Windows color (decimal): -5992606 or 6459300. OLE color: 6459300.

HSL color Cylindrical-coordinate representation of color #A48F62: hue angle of 40.91º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A48F62 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 143 98 -
CMYK 0 0.13 0.40 0.36
HSL 40.91º 0.27% 0.51% -
HSV(B) 40.91º 0.4% 0.64% -
XYZ 27.34 28.42 15.6 -
YUV 144.15 101.96 142.16 -
System Red Green Blue C M Y K H S L
Decimal 164 143 98 0 0.13 0.40 0.36 40.91 0.27 0.51
Hex A4 8F 62 0 D 28 24 29 1B 33
Octal 244 217 142 0 15 50 44 51 33 63
Binary 10100100 10001111 1100010 0 1101 101000 100100 101001 11011 110011

Color Harmonies of #A48F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48F62

Black with #A48F62

Text Example


Text Example

White with #A48F62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48F62; }

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

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

background-color css

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

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

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

border-color css

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

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

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