Html Css Color HEX #A84F3E Crail

📋 copy color: '#A84F3E'

red 168 ◦ green 79 ◦ blue 62

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

Shades of Crail #A84F3E

Tints of Crail #A84F3E

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 value IS 0

 M value IS 0.53

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A84F3E (or 0xA84F3E) is known color: 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

RGB 168 79 62 -
CMYK 0 0.53 0.63 0.34
HSL 9.62º 0.46% 0.45% -
HSV(B) 9.62º 0.63% 0.66% -
XYZ 19.81 14.26 6.27 -
YUV 103.67 104.49 173.88 -
System Red Green Blue C M Y K H S L
Decimal 168 79 62 0 0.53 0.63 0.34 9.62 0.46 0.45
Hex A8 4F 3E 0 35 3F 22 A 2E 2D
Octal 250 117 76 0 65 77 42 12 56 55
Binary 10101000 1001111 111110 0 110101 111111 100010 1010 101110 101101

Color Harmonies of #A84F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84F3E

Black with #A84F3E

Text Example


Text Example

White with #A84F3E

Text Example


Text Example

HTML Codes & Css Web 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>