Html Css Color HEX #A85347 Apple Blossom

📋 copy color: '#A85347'

red 168 ◦ green 83 ◦ blue 71

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

Shades of Apple Blossom #A85347

Tints of Apple Blossom #A85347

RGB

 RED value IS 168 (66.02% from 255) = 52.17%

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

 BLUE value IS 71 (28.13% from 255) = 22.05%

R = 52.17%
G = 25.78%
B = 22.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.34

RGB Variations

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

Color information

#A85347 (or 0xA85347) is known color: Apple Blossom. HEX triplet: A8, 53 and 47. RGB value is (168,83,71). Sum of RGB (Red+Green+Blue) = 168+83+71=322 (42% of max value = 765). Red value is 168 (66.02% from 255 or 52.17% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 71 (28.12% from 255 or 22.05% from 322); Max value from RGB is 168 - color contains mainly: red. Hex color #A85347 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A85347 is #57ACB8. Grayscale: #6B6B6B. Windows color (decimal): -5745849 or 4674472. OLE color: 4674472.

HSL color Cylindrical-coordinate representation of color #A85347: hue angle of 7.42º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A85347 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 83 71 -
CMYK 0 0.51 0.58 0.34
HSL 7.42º 0.41% 0.47% -
HSV(B) 7.42º 0.58% 0.66% -
XYZ 20.38 14.97 7.78 -
YUV 107.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 168 83 71 0 0.51 0.58 0.34 7.42 0.41 0.47
Hex A8 53 47 0 33 3A 22 7 29 2F
Octal 250 123 107 0 63 72 42 7 51 57
Binary 10101000 1010011 1000111 0 110011 111010 100010 111 101001 101111

Color Harmonies of #A85347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85347

Black with #A85347

Text Example


Text Example

White with #A85347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85347; }

 p { color: rgb(168,83,71); }

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

background-color css

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

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

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

border-color css

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

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

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