Html Css Color HEX #A7504A Apple Blossom

📋 copy color: '#A7504A'

red 167 ◦ green 80 ◦ blue 74

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

Shades of Apple Blossom #A7504A

Tints of Apple Blossom #A7504A

RGB

 RED value IS 167 (65.63% from 255) = 52.02%

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

 BLUE value IS 74 (29.3% from 255) = 23.05%

R = 52.02%
G = 24.92%
B = 23.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#A7504A (or 0xA7504A) is known color: Apple Blossom. HEX triplet: A7, 50 and 4A. RGB value is (167,80,74). Sum of RGB (Red+Green+Blue) = 167+80+74=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 74 (29.30% from 255 or 23.05% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A7504A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7504A is #58AFB5. Grayscale: #696969. Windows color (decimal): -5812150 or 4870311. OLE color: 4870311.

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

Color convert

RGB 167 80 74 -
CMYK 0 0.52 0.56 0.35
HSL 3.87º 0.39% 0.47% -
HSV(B) 3.87º 0.56% 0.65% -
XYZ 20.04 14.45 8.21 -
YUV 105.33 110.32 171.99 -
System Red Green Blue C M Y K H S L
Decimal 167 80 74 0 0.52 0.56 0.35 3.87 0.39 0.47
Hex A7 50 4A 0 34 38 23 4 27 2F
Octal 247 120 112 0 64 70 43 4 47 57
Binary 10100111 1010000 1001010 0 110100 111000 100011 100 100111 101111

Color Harmonies of #A7504A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7504A

Black with #A7504A

Text Example


Text Example

White with #A7504A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7504A; }

 p { color: rgb(167,80,74); }

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

background-color css

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

 a { background-color: rgb(167,80,74); }

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

border-color css

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

 span { border-color: rgb(167,80,74); }

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