Html Css Color HEX #A35272 Royal Heath

📋 copy color: '#A35272'

red 163 ◦ green 82 ◦ blue 114

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

Shades of Royal Heath #A35272

Tints of Royal Heath #A35272

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.84%

 BLUE value IS 114 (44.92% from 255) = 31.75%

R = 45.4%
G = 22.84%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#A35272 (or 0xA35272) is known color: Royal Heath. HEX triplet: A3, 52 and 72. RGB value is (163,82,114). Sum of RGB (Red+Green+Blue) = 163+82+114=359 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.40% from 359); Green value is 82 (32.42% from 255 or 22.84% from 359); Blue value is 114 (44.92% from 255 or 31.75% from 359); Max value from RGB is 163 - color contains mainly: red. Hex color #A35272 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A35272 is #5CAD8D. Grayscale: #6D6D6D. Windows color (decimal): -6073742 or 7492259. OLE color: 7492259.

HSL color Cylindrical-coordinate representation of color #A35272: hue angle of 336.3º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A35272 is Cyan = 0, Magento = 0.50, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 114 -
CMYK 0 0.50 0.30 0.36
HSL 336.3º 0.33% 0.48% -
HSV(B) 336.3º 0.5% 0.64% -
XYZ 21.16 15.04 17.71 -
YUV 109.87 130.34 165.9 -
System Red Green Blue C M Y K H S L
Decimal 163 82 114 0 0.50 0.30 0.36 336.3 0.33 0.48
Hex A3 52 72 0 32 1E 24 150 21 30
Octal 243 122 162 0 62 36 44 520 41 60
Binary 10100011 1010010 1110010 0 110010 11110 100100 101010000 100001 110000

Color Harmonies of #A35272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35272

Black with #A35272

Text Example


Text Example

White with #A35272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35272; }

 p { color: rgb(163,82,114); }

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

background-color css

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

 a { background-color: rgb(163,82,114); }

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

border-color css

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

 span { border-color: rgb(163,82,114); }

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