Html Css Color HEX #A65452 Apple Blossom

📋 copy color: '#A65452'

red 166 ◦ green 84 ◦ blue 82

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

Shades of Apple Blossom #A65452

Tints of Apple Blossom #A65452

RGB

 RED value IS 166 (65.23% from 255) = 50%

 GREEN value IS 84 (33.2% from 255) = 25.3%

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

R = 50%
G = 25.3%
B = 24.7%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.51

 K value IS 0.35

RGB Variations

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

Color information

#A65452 (or 0xA65452) is known color: Apple Blossom. HEX triplet: A6, 54 and 52. RGB value is (166,84,82). Sum of RGB (Red+Green+Blue) = 166+84+82=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 84 (33.20% from 255 or 25.30% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A65452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65452 is #59ABAD. Grayscale: #6C6C6C. Windows color (decimal): -5876654 or 5395622. OLE color: 5395622.

HSL color Cylindrical-coordinate representation of color #A65452: hue angle of 1.43º degrees, saturation: 0.34, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65452 is Cyan = 0, Magento = 0.49, Yellow = 0.51 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 82 -
CMYK 0 0.49 0.51 0.35
HSL 1.43º 0.34% 0.49% -
HSV(B) 1.43º 0.51% 0.65% -
XYZ 20.42 15.06 9.81 -
YUV 108.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 166 84 82 0 0.49 0.51 0.35 1.43 0.34 0.49
Hex A6 54 52 0 31 33 23 1 22 31
Octal 246 124 122 0 61 63 43 1 42 61
Binary 10100110 1010100 1010010 0 110001 110011 100011 1 100010 110001

Color Harmonies of #A65452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65452

Black with #A65452

Text Example


Text Example

White with #A65452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65452; }

 p { color: rgb(166,84,82); }

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

background-color css

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

 a { background-color: rgb(166,84,82); }

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

border-color css

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

 span { border-color: rgb(166,84,82); }

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