Html Css Color HEX #A59467 Pale Oyster

📋 copy color: '#A59467'

red 165 ◦ green 148 ◦ blue 103

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

Shades of Pale Oyster #A59467

Tints of Pale Oyster #A59467

RGB

 RED value IS 165 (64.84% from 255) = 39.66%

 GREEN value IS 148 (58.2% from 255) = 35.58%

 BLUE value IS 103 (40.63% from 255) = 24.76%

R = 39.66%
G = 35.58%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#A59467 (or 0xA59467) is known color: Pale Oyster. HEX triplet: A5, 94 and 67. RGB value is (165,148,103). Sum of RGB (Red+Green+Blue) = 165+148+103=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 148 (58.20% from 255 or 35.58% from 416); Blue value is 103 (40.62% from 255 or 24.76% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A59467 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A59467 is #5A6B98. Grayscale: #949494. Windows color (decimal): -5925785 or 6788261. OLE color: 6788261.

HSL color Cylindrical-coordinate representation of color #A59467: hue angle of 43.55º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A59467 is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 148 103 -
CMYK 0 0.10 0.38 0.35
HSL 43.55º 0.26% 0.53% -
HSV(B) 43.55º 0.38% 0.65% -
XYZ 28.56 30.16 17.15 -
YUV 147.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 165 148 103 0 0.10 0.38 0.35 43.55 0.26 0.53
Hex A5 94 67 0 A 26 23 2C 1A 35
Octal 245 224 147 0 12 46 43 54 32 65
Binary 10100101 10010100 1100111 0 1010 100110 100011 101100 11010 110101

Color Harmonies of #A59467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A59467

Black with #A59467

Text Example


Text Example

White with #A59467

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A59467; }

 p { color: rgb(165,148,103); }

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

background-color css

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

 a { background-color: rgb(165,148,103); }

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

border-color css

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

 span { border-color: rgb(165,148,103); }

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