Html Css Color HEX #A38F6A Pale Oyster

📋 copy color: '#A38F6A'

red 163 ◦ green 143 ◦ blue 106

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

Shades of Pale Oyster #A38F6A

Tints of Pale Oyster #A38F6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.73%

R = 39.56%
G = 34.71%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.35

 K value IS 0.36

RGB Variations

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

Color information

#A38F6A (or 0xA38F6A) is known color: Pale Oyster. HEX triplet: A3, 8F and 6A. RGB value is (163,143,106). Sum of RGB (Red+Green+Blue) = 163+143+106=412 (54% of max value = 765). Red value is 163 (64.06% from 255 or 39.56% from 412); Green value is 143 (56.25% from 255 or 34.71% from 412); Blue value is 106 (41.80% from 255 or 25.73% from 412); Max value from RGB is 163 - color contains mainly: red. Hex color #A38F6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38F6A is #5C7095. Grayscale: #909090. Windows color (decimal): -6058134 or 6983587. OLE color: 6983587.

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

Color convert

RGB 163 143 106 -
CMYK 0 0.12 0.35 0.36
HSL 38.95º 0.24% 0.53% -
HSV(B) 38.95º 0.35% 0.64% -
XYZ 27.53 28.47 17.68 -
YUV 144.76 106.13 141.01 -
System Red Green Blue C M Y K H S L
Decimal 163 143 106 0 0.12 0.35 0.36 38.95 0.24 0.53
Hex A3 8F 6A 0 C 23 24 27 18 35
Octal 243 217 152 0 14 43 44 47 30 65
Binary 10100011 10001111 1101010 0 1100 100011 100100 100111 11000 110101

Color Harmonies of #A38F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38F6A

Black with #A38F6A

Text Example


Text Example

White with #A38F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38F6A; }

 p { color: rgb(163,143,106); }

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

background-color css

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

 a { background-color: rgb(163,143,106); }

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

border-color css

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

 span { border-color: rgb(163,143,106); }

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