Html Css Color HEX #A25C4B Crail

📋 copy color: '#A25C4B'

red 162 ◦ green 92 ◦ blue 75

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

Shades of Crail #A25C4B

Tints of Crail #A25C4B

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 49.24%
G = 27.96%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.36

RGB Variations

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

Color information

#A25C4B (or 0xA25C4B) is known color: Crail. HEX triplet: A2, 5C and 4B. RGB value is (162,92,75). Sum of RGB (Red+Green+Blue) = 162+92+75=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A25C4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25C4B is #5DA3B4. Grayscale: #6F6F6F. Windows color (decimal): -6136757 or 4938914. OLE color: 4938914.

HSL color Cylindrical-coordinate representation of color #A25C4B: hue angle of 11.72º 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 #A25C4B is Cyan = 0, Magento = 0.43, Yellow = 0.54 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 92 75 -
CMYK 0 0.43 0.54 0.36
HSL 11.72º 0.37% 0.46% -
HSV(B) 11.72º 0.54% 0.64% -
XYZ 20 15.84 8.66 -
YUV 110.99 107.69 164.38 -
System Red Green Blue C M Y K H S L
Decimal 162 92 75 0 0.43 0.54 0.36 11.72 0.37 0.46
Hex A2 5C 4B 0 2B 36 24 C 25 2E
Octal 242 134 113 0 53 66 44 14 45 56
Binary 10100010 1011100 1001011 0 101011 110110 100100 1100 100101 101110

Color Harmonies of #A25C4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25C4B

Black with #A25C4B

Text Example


Text Example

White with #A25C4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25C4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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