Html Css Color HEX #A25F4F Crail

📋 copy color: '#A25F4F'

red 162 ◦ green 95 ◦ blue 79

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

Shades of Crail #A25F4F

Tints of Crail #A25F4F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 79 (31.25% from 255) = 23.51%

R = 48.21%
G = 28.27%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.51

 K value IS 0.36

RGB Variations

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

Color information

#A25F4F (or 0xA25F4F) is known color: Crail. HEX triplet: A2, 5F and 4F. RGB value is (162,95,79). Sum of RGB (Red+Green+Blue) = 162+95+79=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A25F4F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25F4F is #5DA0B0. Grayscale: #717171. Windows color (decimal): -6135985 or 5201826. OLE color: 5201826.

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

Color convert

RGB 162 95 79 -
CMYK 0 0.41 0.51 0.36
HSL 11.57º 0.34% 0.47% -
HSV(B) 11.57º 0.51% 0.64% -
XYZ 20.4 16.43 9.49 -
YUV 113.21 108.7 162.8 -
System Red Green Blue C M Y K H S L
Decimal 162 95 79 0 0.41 0.51 0.36 11.57 0.34 0.47
Hex A2 5F 4F 0 29 33 24 C 22 2F
Octal 242 137 117 0 51 63 44 14 42 57
Binary 10100010 1011111 1001111 0 101001 110011 100100 1100 100010 101111

Color Harmonies of #A25F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25F4F

Black with #A25F4F

Text Example


Text Example

White with #A25F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25F4F; }

 p { color: rgb(162,95,79); }

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

background-color css

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

 a { background-color: rgb(162,95,79); }

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

border-color css

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

 span { border-color: rgb(162,95,79); }

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