Html Css Color HEX #A25E4D Crail

📋 copy color: '#A25E4D'

red 162 ◦ green 94 ◦ blue 77

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

Shades of Crail #A25E4D

Tints of Crail #A25E4D

RGB

 RED value IS 162 (63.67% from 255) = 48.65%

 GREEN value IS 94 (37.11% from 255) = 28.23%

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

R = 48.65%
G = 28.23%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#A25E4D (or 0xA25E4D) is known color: Crail. HEX triplet: A2, 5E and 4D. RGB value is (162,94,77). Sum of RGB (Red+Green+Blue) = 162+94+77=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 77 (30.47% from 255 or 23.12% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A25E4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25E4D is #5DA1B2. Grayscale: #707070. Windows color (decimal): -6136243 or 5070498. OLE color: 5070498.

HSL color Cylindrical-coordinate representation of color #A25E4D: hue angle of 12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A25E4D is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 94 77 -
CMYK 0 0.42 0.52 0.36
HSL 12º 0.36% 0.47% -
HSV(B) 12º 0.52% 0.64% -
XYZ 20.24 16.22 9.09 -
YUV 112.39 108.03 163.38 -
System Red Green Blue C M Y K H S L
Decimal 162 94 77 0 0.42 0.52 0.36 12 0.36 0.47
Hex A2 5E 4D 0 2A 34 24 C 24 2F
Octal 242 136 115 0 52 64 44 14 44 57
Binary 10100010 1011110 1001101 0 101010 110100 100100 1100 100100 101111

Color Harmonies of #A25E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25E4D

Black with #A25E4D

Text Example


Text Example

White with #A25E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25E4D; }

 p { color: rgb(162,94,77); }

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

background-color css

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

 a { background-color: rgb(162,94,77); }

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

border-color css

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

 span { border-color: rgb(162,94,77); }

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