Html Css Color HEX #A65348 Apple Blossom

📋 copy color: '#A65348'

red 166 ◦ green 83 ◦ blue 72

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

Shades of Apple Blossom #A65348

Tints of Apple Blossom #A65348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.43%

R = 51.71%
G = 25.86%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.35

RGB Variations

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

Color information

#A65348 (or 0xA65348) is known color: Apple Blossom. HEX triplet: A6, 53 and 48. RGB value is (166,83,72). Sum of RGB (Red+Green+Blue) = 166+83+72=321 (42% of max value = 765). Red value is 166 (65.23% from 255 or 51.71% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 72 (28.52% from 255 or 22.43% from 321); Max value from RGB is 166 - color contains mainly: red. Hex color #A65348 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65348 is #59ACB7. Grayscale: #6A6A6A. Windows color (decimal): -5876920 or 4740006. OLE color: 4740006.

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

Color convert

RGB 166 83 72 -
CMYK 0 0.50 0.57 0.35
HSL 7.02º 0.39% 0.47% -
HSV(B) 7.02º 0.57% 0.65% -
XYZ 19.99 14.76 7.93 -
YUV 106.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 166 83 72 0 0.50 0.57 0.35 7.02 0.39 0.47
Hex A6 53 48 0 32 39 23 7 27 2F
Octal 246 123 110 0 62 71 43 7 47 57
Binary 10100110 1010011 1001000 0 110010 111001 100011 111 100111 101111

Color Harmonies of #A65348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65348

Black with #A65348

Text Example


Text Example

White with #A65348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65348; }

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

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

background-color css

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

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

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

border-color css

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

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

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