Html Css Color HEX #A65353 Apple Blossom

📋 copy color: '#A65353'

red 166 ◦ green 83 ◦ blue 83

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

Shades of Apple Blossom #A65353

Tints of Apple Blossom #A65353

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

 BLUE value IS 83 (32.81% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.50

 K value IS 0.35

RGB Variations

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

Color information

#A65353 (or 0xA65353) is known color: Apple Blossom. HEX triplet: A6, 53 and 53. RGB value is (166,83,83). Sum of RGB (Red+Green+Blue) = 166+83+83=332 (43% of max value = 765). Red value is 166 (65.23% from 255 or 50% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 166 - color contains mainly: red. Hex color #A65353 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65353 is #59ACAC. Grayscale: #6B6B6B. Windows color (decimal): -5876909 or 5460902. OLE color: 5460902.

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

Color convert

RGB 166 83 83 -
CMYK 0 0.50 0.50 0.35
HSL 0.33% 0.49% -
HSV(B) 0.5% 0.65% -
XYZ 20.38 14.92 9.99 -
YUV 107.82 114 169.5 -
System Red Green Blue C M Y K H S L
Decimal 166 83 83 0 0.50 0.50 0.35 0 0.33 0.49
Hex A6 53 53 0 32 32 23 0 21 31
Octal 246 123 123 0 62 62 43 0 41 61
Binary 10100110 1010011 1010011 0 110010 110010 100011 0 100001 110001

Color Harmonies of #A65353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65353

Black with #A65353

Text Example


Text Example

White with #A65353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65353; }

 p { color: rgb(166,83,83); }

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

background-color css

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

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

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

border-color css

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

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

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