#A7534B

Color #A7534B Apple Blossom (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple Blossom #A7534B

Tints of Apple Blossom #A7534B

Color information

#A7534B (or 0xA7534B) is unknown color: approx Apple Blossom. HEX triplet: A7, 53 and 4B. RGB value is (167,83,75). Sum of RGB (Red+Green+Blue) = 167+83+75=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A7534B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7534B is #58ACB4. Grayscale: #6B6B6B. Windows color (decimal): -5811381 or 4936615. OLE color: 4936615.

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

Color convert

RGB1678375-
CMYK00.500.550.35
HSL5.22º38.02%47.45%-
HSV(B)5.22º55.09%65.49%-
XYZ20.314.918.46-
YUV107.2109.83170.65-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 51.38%
GREEN value IS 83 (32.81% from 255) = 25.54%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=51.38%
G=25.54%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167837500.500.550.355.2238.0247.45
HexA7534B03237235262f
Octal247123113062674354657
Binary10100111101001110010110110010110111100011101100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7534B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7534B; }

 p { color: rgb(167,83,75); }

 H1.HeaderClassName
 {
   color: #A7534B;
 }
 .AnyTagClassName
 {
   color: #A7534B;
 }
</style>
background-color css

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

 a { background-color: rgb(167,83,75); }

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

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

 span { border-color: rgb(167,83,75); }

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