Html Css Color HEX #A39372 Pale Oyster

📋 copy color: '#A39372'

red 163 ◦ green 147 ◦ blue 114

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

Shades of Pale Oyster #A39372

Tints of Pale Oyster #A39372

RGB

 RED value IS 163 (64.06% from 255) = 38.44%

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

 BLUE value IS 114 (44.92% from 255) = 26.89%

R = 38.44%
G = 34.67%
B = 26.89%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A39372 (or 0xA39372) is known color: Pale Oyster. HEX triplet: A3, 93 and 72. RGB value is (163,147,114). Sum of RGB (Red+Green+Blue) = 163+147+114=424 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.44% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 114 (44.92% from 255 or 26.89% from 424); Max value from RGB is 163 - color contains mainly: red. Hex color #A39372 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A39372 is #5C6C8D. Grayscale: #949494. Windows color (decimal): -6057102 or 7508899. OLE color: 7508899.

HSL color Cylindrical-coordinate representation of color #A39372: hue angle of 40.41º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A39372 is Cyan = 0, Magento = 0.10, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 147 114 -
CMYK 0 0.10 0.30 0.36
HSL 40.41º 0.21% 0.54% -
HSV(B) 40.41º 0.3% 0.64% -
XYZ 28.58 29.87 20.18 -
YUV 148.02 108.8 138.68 -
System Red Green Blue C M Y K H S L
Decimal 163 147 114 0 0.10 0.30 0.36 40.41 0.21 0.54
Hex A3 93 72 0 A 1E 24 28 15 36
Octal 243 223 162 0 12 36 44 50 25 66
Binary 10100011 10010011 1110010 0 1010 11110 100100 101000 10101 110110

Color Harmonies of #A39372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A39372

Black with #A39372

Text Example


Text Example

White with #A39372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A39372; }

 p { color: rgb(163,147,114); }

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

background-color css

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

 a { background-color: rgb(163,147,114); }

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

border-color css

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

 span { border-color: rgb(163,147,114); }

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