Html Css Color HEX #A25748 Crail

📋 copy color: '#A25748'

red 162 ◦ green 87 ◦ blue 72

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

Shades of Crail #A25748

Tints of Crail #A25748

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.1%

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 50.47%
G = 27.1%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#A25748 (or 0xA25748) is known color: Crail. HEX triplet: A2, 57 and 48. RGB value is (162,87,72). Sum of RGB (Red+Green+Blue) = 162+87+72=321 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.47% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 162 - color contains mainly: red. Hex color #A25748 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25748 is #5DA8B7. Grayscale: #6B6B6B. Windows color (decimal): -6138040 or 4741026. OLE color: 4741026.

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

Color convert

RGB 162 87 72 -
CMYK 0 0.46 0.56 0.36
HSL 10º 0.38% 0.46% -
HSV(B) 10º 0.56% 0.64% -
XYZ 19.48 14.97 7.99 -
YUV 107.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 162 87 72 0 0.46 0.56 0.36 10 0.38 0.46
Hex A2 57 48 0 2E 38 24 A 26 2E
Octal 242 127 110 0 56 70 44 12 46 56
Binary 10100010 1010111 1001000 0 101110 111000 100100 1010 100110 101110

Color Harmonies of #A25748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25748

Black with #A25748

Text Example


Text Example

White with #A25748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25748; }

 p { color: rgb(162,87,72); }

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

background-color css

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

 a { background-color: rgb(162,87,72); }

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

border-color css

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

 span { border-color: rgb(162,87,72); }

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