Html Css Color HEX #A45047 Apple Blossom

📋 copy color: '#A45047'

red 164 ◦ green 80 ◦ blue 71

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

Shades of Apple Blossom #A45047

Tints of Apple Blossom #A45047

RGB

 RED value IS 164 (64.45% from 255) = 52.06%

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 52.06%
G = 25.4%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#A45047 (or 0xA45047) is known color: Apple Blossom. HEX triplet: A4, 50 and 47. RGB value is (164,80,71). Sum of RGB (Red+Green+Blue) = 164+80+71=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A45047 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A45047 is #5BAFB8. Grayscale: #686868. Windows color (decimal): -6008761 or 4673700. OLE color: 4673700.

HSL color Cylindrical-coordinate representation of color #A45047: hue angle of 5.81º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A45047 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 80 71 -
CMYK 0 0.51 0.57 0.36
HSL 5.81º 0.4% 0.46% -
HSV(B) 5.81º 0.57% 0.64% -
XYZ 19.32 14.08 7.66 -
YUV 104.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 164 80 71 0 0.51 0.57 0.36 5.81 0.4 0.46
Hex A4 50 47 0 33 39 24 6 28 2E
Octal 244 120 107 0 63 71 44 6 50 56
Binary 10100100 1010000 1000111 0 110011 111001 100100 110 101000 101110

Color Harmonies of #A45047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45047

Black with #A45047

Text Example


Text Example

White with #A45047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45047; }

 p { color: rgb(164,80,71); }

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

background-color css

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

 a { background-color: rgb(164,80,71); }

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

border-color css

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

 span { border-color: rgb(164,80,71); }

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