Html Css Color HEX #A84E36 Orange Roughy

📋 copy color: '#A84E36'

red 168 ◦ green 78 ◦ blue 54

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

Shades of Orange Roughy #A84E36

Tints of Orange Roughy #A84E36

RGB

 RED value IS 168 (66.02% from 255) = 56%

 GREEN value IS 78 (30.86% from 255) = 26%

 BLUE value IS 54 (21.48% from 255) = 18%

R = 56%
G = 26%
B = 18%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A84E36 (or 0xA84E36) is known color: Orange Roughy. HEX triplet: A8, 4E and 36. RGB value is (168,78,54). Sum of RGB (Red+Green+Blue) = 168+78+54=300 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56% from 300); Green value is 78 (30.86% from 255 or 26% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E36 is #57B1C9. Grayscale: #666666. Windows color (decimal): -5747146 or 3559080. OLE color: 3559080.

HSL color Cylindrical-coordinate representation of color #A84E36: hue angle of 12.63º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A84E36 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 78 54 -
CMYK 0 0.54 0.68 0.34
HSL 12.63º 0.51% 0.44% -
HSV(B) 12.63º 0.68% 0.66% -
XYZ 19.54 14.04 5.17 -
YUV 102.17 100.82 174.95 -
System Red Green Blue C M Y K H S L
Decimal 168 78 54 0 0.54 0.68 0.34 12.63 0.51 0.44
Hex A8 4E 36 0 36 44 22 D 33 2C
Octal 250 116 66 0 66 104 42 15 63 54
Binary 10101000 1001110 110110 0 110110 1000100 100010 1101 110011 101100

Color Harmonies of #A84E36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E36

Black with #A84E36

Text Example


Text Example

White with #A84E36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E36; }

 p { color: rgb(168,78,54); }

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

background-color css

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

 a { background-color: rgb(168,78,54); }

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

border-color css

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

 span { border-color: rgb(168,78,54); }

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