Html Css Color HEX #A84936 Orange Roughy

📋 copy color: '#A84936'

red 168 ◦ green 73 ◦ blue 54

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

Shades of Orange Roughy #A84936

Tints of Orange Roughy #A84936

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.75%

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

R = 56.95%
G = 24.75%
B = 18.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.34

RGB Variations

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

Color information

#A84936 (or 0xA84936) is known color: Orange Roughy. HEX triplet: A8, 49 and 36. RGB value is (168,73,54). Sum of RGB (Red+Green+Blue) = 168+73+54=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 54 (21.48% from 255 or 18.31% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A84936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84936 is #57B6C9. Grayscale: #636363. Windows color (decimal): -5748426 or 3557800. OLE color: 3557800.

HSL color Cylindrical-coordinate representation of color #A84936: hue angle of 10º 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 #A84936 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 54 -
CMYK 0 0.57 0.68 0.34
HSL 10º 0.51% 0.44% -
HSV(B) 10º 0.68% 0.66% -
XYZ 19.2 13.36 5.06 -
YUV 99.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 168 73 54 0 0.57 0.68 0.34 10 0.51 0.44
Hex A8 49 36 0 39 44 22 A 33 2C
Octal 250 111 66 0 71 104 42 12 63 54
Binary 10101000 1001001 110110 0 111001 1000100 100010 1010 110011 101100

Color Harmonies of #A84936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84936

Black with #A84936

Text Example


Text Example

White with #A84936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84936; }

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

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

background-color css

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

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

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

border-color css

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

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

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