Html Css Color HEX #A95A4D Crail

📋 copy color: '#A95A4D'

red 169 ◦ green 90 ◦ blue 77

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

Shades of Crail #A95A4D

Tints of Crail #A95A4D

RGB

 RED value IS 169 (66.41% from 255) = 50.3%

 GREEN value IS 90 (35.55% from 255) = 26.79%

 BLUE value IS 77 (30.47% from 255) = 22.92%

R = 50.3%
G = 26.79%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.34

RGB Variations

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

Color information

#A95A4D (or 0xA95A4D) is known color: Crail. HEX triplet: A9, 5A and 4D. RGB value is (169,90,77). Sum of RGB (Red+Green+Blue) = 169+90+77=336 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.30% from 336); Green value is 90 (35.55% from 255 or 26.79% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 169 - color contains mainly: red. Hex color #A95A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A95A4D is #56A5B2. Grayscale: #707070. Windows color (decimal): -5678515 or 5069481. OLE color: 5069481.

HSL color Cylindrical-coordinate representation of color #A95A4D: hue angle of 8.48º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A95A4D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 90 77 -
CMYK 0 0.47 0.54 0.34
HSL 8.48º 0.37% 0.48% -
HSV(B) 8.48º 0.54% 0.66% -
XYZ 21.36 16.28 9.04 -
YUV 112.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 169 90 77 0 0.47 0.54 0.34 8.48 0.37 0.48
Hex A9 5A 4D 0 2F 36 22 8 25 30
Octal 251 132 115 0 57 66 42 10 45 60
Binary 10101001 1011010 1001101 0 101111 110110 100010 1000 100101 110000

Color Harmonies of #A95A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95A4D

Black with #A95A4D

Text Example


Text Example

White with #A95A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95A4D; }

 p { color: rgb(169,90,77); }

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

background-color css

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

 a { background-color: rgb(169,90,77); }

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

border-color css

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

 span { border-color: rgb(169,90,77); }

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