Html Css Color HEX #A84931 Orange Roughy

📋 copy color: '#A84931'

red 168 ◦ green 73 ◦ blue 49

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

Shades of Orange Roughy #A84931

Tints of Orange Roughy #A84931

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 16.9%

R = 57.93%
G = 25.17%
B = 16.9%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#A84931 (or 0xA84931) is known color: Orange Roughy. HEX triplet: A8, 49 and 31. RGB value is (168,73,49). Sum of RGB (Red+Green+Blue) = 168+73+49=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A84931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84931 is #57B6CE. Grayscale: #626262. Windows color (decimal): -5748431 or 3230120. OLE color: 3230120.

HSL color Cylindrical-coordinate representation of color #A84931: hue angle of 12.1º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A84931 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 73 49 -
CMYK 0 0.57 0.71 0.34
HSL 12.1º 0.55% 0.43% -
HSV(B) 12.1º 0.71% 0.66% -
XYZ 19.09 13.31 4.47 -
YUV 98.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 168 73 49 0 0.57 0.71 0.34 12.1 0.55 0.43
Hex A8 49 31 0 39 47 22 C 37 2B
Octal 250 111 61 0 71 107 42 14 67 53
Binary 10101000 1001001 110001 0 111001 1000111 100010 1100 110111 101011

Color Harmonies of #A84931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84931

Black with #A84931

Text Example


Text Example

White with #A84931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84931; }

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

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

background-color css

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

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

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

border-color css

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

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

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