Html Css Color HEX #A25752 Apple Blossom

📋 copy color: '#A25752'

red 162 ◦ green 87 ◦ blue 82

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

Shades of Apple Blossom #A25752

Tints of Apple Blossom #A25752

RGB

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

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

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

R = 48.94%
G = 26.28%
B = 24.77%

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

#A25752 (or 0xA25752) is known color: Apple Blossom. HEX triplet: A2, 57 and 52. RGB value is (162,87,82). Sum of RGB (Red+Green+Blue) = 162+87+82=331 (43% of max value = 765). Red value is 162 (63.67% from 255 or 48.94% from 331); Green value is 87 (34.38% from 255 or 26.28% from 331); Blue value is 82 (32.42% from 255 or 24.77% from 331); Max value from RGB is 162 - color contains mainly: red. Hex color #A25752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A25752 is #5DA8AD. Grayscale: #6C6C6C. Windows color (decimal): -6138030 or 5396386. OLE color: 5396386.

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

Color convert

RGB 162 87 82 -
CMYK 0 0.46 0.49 0.36
HSL 3.75º 0.33% 0.48% -
HSV(B) 3.75º 0.49% 0.64% -
XYZ 19.83 15.11 9.85 -
YUV 108.86 112.85 165.91 -
System Red Green Blue C M Y K H S L
Decimal 162 87 82 0 0.46 0.49 0.36 3.75 0.33 0.48
Hex A2 57 52 0 2E 31 24 4 21 30
Octal 242 127 122 0 56 61 44 4 41 60
Binary 10100010 1010111 1010010 0 101110 110001 100100 100 100001 110000

Color Harmonies of #A25752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25752

Black with #A25752

Text Example


Text Example

White with #A25752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25752; }

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

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

background-color css

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

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

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

border-color css

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

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

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