Html Css Color HEX #A25B4B Crail

📋 copy color: '#A25B4B'

red 162 ◦ green 91 ◦ blue 75

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

Shades of Crail #A25B4B

Tints of Crail #A25B4B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.74%

 BLUE value IS 75 (29.69% from 255) = 22.87%

R = 49.39%
G = 27.74%
B = 22.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A25B4B (or 0xA25B4B) is known color: Crail. HEX triplet: A2, 5B and 4B. RGB value is (162,91,75). Sum of RGB (Red+Green+Blue) = 162+91+75=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 91 (35.94% from 255 or 27.74% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A25B4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25B4B is #5DA4B4. Grayscale: #6E6E6E. Windows color (decimal): -6137013 or 4938658. OLE color: 4938658.

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

Color convert

RGB 162 91 75 -
CMYK 0 0.44 0.54 0.36
HSL 11.03º 0.37% 0.46% -
HSV(B) 11.03º 0.54% 0.64% -
XYZ 19.91 15.67 8.63 -
YUV 110.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 162 91 75 0 0.44 0.54 0.36 11.03 0.37 0.46
Hex A2 5B 4B 0 2C 36 24 B 25 2E
Octal 242 133 113 0 54 66 44 13 45 56
Binary 10100010 1011011 1001011 0 101100 110110 100100 1011 100101 101110

Color Harmonies of #A25B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25B4B

Black with #A25B4B

Text Example


Text Example

White with #A25B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25B4B; }

 p { color: rgb(162,91,75); }

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

background-color css

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

 a { background-color: rgb(162,91,75); }

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

border-color css

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

 span { border-color: rgb(162,91,75); }

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