Html Css Color HEX #A84E3C Orange Roughy

📋 copy color: '#A84E3C'

red 168 ◦ green 78 ◦ blue 60

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

Shades of Orange Roughy #A84E3C

Tints of Orange Roughy #A84E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 19.61%

R = 54.9%
G = 25.49%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.34

RGB Variations

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

Color information

#A84E3C (or 0xA84E3C) is known color: Orange Roughy. HEX triplet: A8, 4E and 3C. RGB value is (168,78,60). Sum of RGB (Red+Green+Blue) = 168+78+60=306 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.90% from 306); Green value is 78 (30.86% from 255 or 25.49% from 306); Blue value is 60 (23.83% from 255 or 19.61% from 306); Max value from RGB is 168 - color contains mainly: red. Hex color #A84E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84E3C is #57B1C3. Grayscale: #676767. Windows color (decimal): -5747140 or 3952296. OLE color: 3952296.

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

Color convert

RGB 168 78 60 -
CMYK 0 0.54 0.64 0.34
HSL 10º 0.47% 0.45% -
HSV(B) 10º 0.64% 0.66% -
XYZ 19.69 14.1 5.96 -
YUV 102.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 168 78 60 0 0.54 0.64 0.34 10 0.47 0.45
Hex A8 4E 3C 0 36 40 22 A 2F 2D
Octal 250 116 74 0 66 100 42 12 57 55
Binary 10101000 1001110 111100 0 110110 1000000 100010 1010 101111 101101

Color Harmonies of #A84E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84E3C

Black with #A84E3C

Text Example


Text Example

White with #A84E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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