Html Css Color HEX #A65B5A Apple Blossom

📋 copy color: '#A65B5A'

red 166 ◦ green 91 ◦ blue 90

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

Shades of Apple Blossom #A65B5A

Tints of Apple Blossom #A65B5A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 26.22%

 BLUE value IS 90 (35.55% from 255) = 25.94%

R = 47.84%
G = 26.22%
B = 25.94%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.46

 K value IS 0.35

RGB Variations

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

Color information

#A65B5A (or 0xA65B5A) is known color: Apple Blossom. HEX triplet: A6, 5B and 5A. RGB value is (166,91,90). Sum of RGB (Red+Green+Blue) = 166+91+90=347 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.84% from 347); Green value is 91 (35.94% from 255 or 26.22% from 347); Blue value is 90 (35.55% from 255 or 25.94% from 347); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B5A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B5A is #59A4A5. Grayscale: #717171. Windows color (decimal): -5874854 or 5921702. OLE color: 5921702.

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

Color convert

RGB 166 91 90 -
CMYK 0 0.45 0.46 0.35
HSL 0.79º 0.3% 0.5% -
HSV(B) 0.79º 0.46% 0.65% -
XYZ 21.31 16.33 11.7 -
YUV 113.31 114.85 165.58 -
System Red Green Blue C M Y K H S L
Decimal 166 91 90 0 0.45 0.46 0.35 0.79 0.3 0.5
Hex A6 5B 5A 0 2D 2E 23 1 1E 32
Octal 246 133 132 0 55 56 43 1 36 62
Binary 10100110 1011011 1011010 0 101101 101110 100011 1 11110 110010

Color Harmonies of #A65B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65B5A

Black with #A65B5A

Text Example


Text Example

White with #A65B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65B5A; }

 p { color: rgb(166,91,90); }

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

background-color css

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

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

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

border-color css

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

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

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