#A84F3E

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

Shades of Crail #A84F3E

Tints of Crail #A84F3E

Color information

#A84F3E (or 0xA84F3E) is unknown color: approx Crail. HEX triplet: A8, 4F and 3E. RGB value is (168,79,62). Sum of RGB (Red+Green+Blue) = 168+79+62=309 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.37% from 309); Green value is 79 (31.25% from 255 or 25.57% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F3E is #57B0C1. Grayscale: #676767. Windows color (decimal): -5746882 or 4083624. OLE color: 4083624.

HSL color Cylindrical-coordinate representation of color #A84F3E: hue angle of 9.62º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A84F3E is Cyan = 0, Magento = 0.53, Yellow = 0.63 and Black (K on CMYK) = 0.34.

Color convert

RGB1687962-
CMYK00.530.630.34
HSL9.62º46.09%45.1%-
HSV(B)9.62º63.1%65.88%-
XYZ19.8114.266.27-
YUV103.67104.49173.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.37%
GREEN value IS 79 (31.25% from 255) = 25.57%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=54.37%
G=25.57%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.63
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168796200.530.630.349.6246.0945.1
HexA84F3E0353F22a2e2d
Octal250117760657742125655
Binary10101000100111111111001101011111111000101010101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A84F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A84F3E; }

 p { color: rgb(168,79,62); }

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

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

 a { background-color: rgb(168,79,62); }

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

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

 span { border-color: rgb(168,79,62); }

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