Html Css Color HEX #A38779 Almond Frost

📋 copy color: '#A38779'

red 163 ◦ green 135 ◦ blue 121

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

Shades of Almond Frost #A38779

Tints of Almond Frost #A38779

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.22%

 BLUE value IS 121 (47.66% from 255) = 28.88%

R = 38.9%
G = 32.22%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#A38779 (or 0xA38779) is known color: Almond Frost. HEX triplet: A3, 87 and 79. RGB value is (163,135,121). Sum of RGB (Red+Green+Blue) = 163+135+121=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 121 (47.66% from 255 or 28.88% from 419); Max value from RGB is 163 - color contains mainly: red. Hex color #A38779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A38779 is #5C7886. Grayscale: #8D8D8D. Windows color (decimal): -6060167 or 7964579. OLE color: 7964579.

HSL color Cylindrical-coordinate representation of color #A38779: hue angle of 20º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A38779 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 135 121 -
CMYK 0 0.17 0.26 0.36
HSL 20º 0.19% 0.56% -
HSV(B) 20º 0.26% 0.64% -
XYZ 27.22 26.49 21.77 -
YUV 141.78 116.28 143.14 -
System Red Green Blue C M Y K H S L
Decimal 163 135 121 0 0.17 0.26 0.36 20 0.19 0.56
Hex A3 87 79 0 11 1A 24 14 13 38
Octal 243 207 171 0 21 32 44 24 23 70
Binary 10100011 10000111 1111001 0 10001 11010 100100 10100 10011 111000

Color Harmonies of #A38779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A38779

Black with #A38779

Text Example


Text Example

White with #A38779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A38779; }

 p { color: rgb(163,135,121); }

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

background-color css

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

 a { background-color: rgb(163,135,121); }

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

border-color css

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

 span { border-color: rgb(163,135,121); }

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