Html Css Color HEX #A25852 Crail

📋 copy color: '#A25852'

red 162 ◦ green 88 ◦ blue 82

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

Shades of Crail #A25852

Tints of Crail #A25852

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.51%

 BLUE value IS 82 (32.42% from 255) = 24.7%

R = 48.8%
G = 26.51%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A25852 (or 0xA25852) is known color: Crail. HEX triplet: A2, 58 and 52. RGB value is (162,88,82). Sum of RGB (Red+Green+Blue) = 162+88+82=332 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.80% from 332); Green value is 88 (34.77% from 255 or 26.51% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 162 - color contains mainly: red. Hex color #A25852 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25852 is #5DA7AD. Grayscale: #6D6D6D. Windows color (decimal): -6137774 or 5396642. OLE color: 5396642.

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

Color convert

RGB 162 88 82 -
CMYK 0 0.46 0.49 0.36
HSL 4.5º 0.33% 0.48% -
HSV(B) 4.5º 0.49% 0.64% -
XYZ 19.91 15.27 9.88 -
YUV 109.44 112.52 165.49 -
System Red Green Blue C M Y K H S L
Decimal 162 88 82 0 0.46 0.49 0.36 4.5 0.33 0.48
Hex A2 58 52 0 2E 31 24 4 21 30
Octal 242 130 122 0 56 61 44 4 41 60
Binary 10100010 1011000 1010010 0 101110 110001 100100 100 100001 110000

Color Harmonies of #A25852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25852

Black with #A25852

Text Example


Text Example

White with #A25852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25852; }

 p { color: rgb(162,88,82); }

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

background-color css

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

 a { background-color: rgb(162,88,82); }

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

border-color css

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

 span { border-color: rgb(162,88,82); }

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