Html Css Color HEX #A35045 Apple Blossom

📋 copy color: '#A35045'

red 163 ◦ green 80 ◦ blue 69

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

Shades of Apple Blossom #A35045

Tints of Apple Blossom #A35045

RGB

 RED value IS 163 (64.06% from 255) = 52.24%

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

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 52.24%
G = 25.64%
B = 22.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.58

 K value IS 0.36

RGB Variations

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

Color information

#A35045 (or 0xA35045) is known color: Apple Blossom. HEX triplet: A3, 50 and 45. RGB value is (163,80,69). Sum of RGB (Red+Green+Blue) = 163+80+69=312 (41% of max value = 765). Red value is 163 (64.06% from 255 or 52.24% from 312); Green value is 80 (31.64% from 255 or 25.64% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 163 - color contains mainly: red. Hex color #A35045 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A35045 is #5CAFBA. Grayscale: #676767. Windows color (decimal): -6074299 or 4542627. OLE color: 4542627.

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

Color convert

RGB 163 80 69 -
CMYK 0 0.51 0.58 0.36
HSL 7.02º 0.41% 0.45% -
HSV(B) 7.02º 0.58% 0.64% -
XYZ 19.05 13.95 7.32 -
YUV 103.56 108.5 170.39 -
System Red Green Blue C M Y K H S L
Decimal 163 80 69 0 0.51 0.58 0.36 7.02 0.41 0.45
Hex A3 50 45 0 33 3A 24 7 29 2D
Octal 243 120 105 0 63 72 44 7 51 55
Binary 10100011 1010000 1000101 0 110011 111010 100100 111 101001 101101

Color Harmonies of #A35045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35045

Black with #A35045

Text Example


Text Example

White with #A35045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35045; }

 p { color: rgb(163,80,69); }

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

background-color css

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

 a { background-color: rgb(163,80,69); }

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

border-color css

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

 span { border-color: rgb(163,80,69); }

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