Html Css Color HEX #A84C37 Orange Roughy

📋 copy color: '#A84C37'

red 168 ◦ green 76 ◦ blue 55

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

Shades of Orange Roughy #A84C37

Tints of Orange Roughy #A84C37

RGB

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

 GREEN value IS 76 (30.08% from 255) = 25.42%

 BLUE value IS 55 (21.88% from 255) = 18.39%

R = 56.19%
G = 25.42%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#A84C37 (or 0xA84C37) is known color: Orange Roughy. HEX triplet: A8, 4C and 37. RGB value is (168,76,55). Sum of RGB (Red+Green+Blue) = 168+76+55=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 76 (30.08% from 255 or 25.42% from 299); Blue value is 55 (21.88% from 255 or 18.39% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A84C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A84C37 is #57B3C8. Grayscale: #656565. Windows color (decimal): -5747657 or 3624104. OLE color: 3624104.

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

Color convert

RGB 168 76 55 -
CMYK 0 0.55 0.67 0.34
HSL 11.15º 0.51% 0.44% -
HSV(B) 11.15º 0.67% 0.66% -
XYZ 19.42 13.77 5.25 -
YUV 101.11 101.98 175.71 -
System Red Green Blue C M Y K H S L
Decimal 168 76 55 0 0.55 0.67 0.34 11.15 0.51 0.44
Hex A8 4C 37 0 37 43 22 B 33 2C
Octal 250 114 67 0 67 103 42 13 63 54
Binary 10101000 1001100 110111 0 110111 1000011 100010 1011 110011 101100

Color Harmonies of #A84C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A84C37

Black with #A84C37

Text Example


Text Example

White with #A84C37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A84C37; }

 p { color: rgb(168,76,55); }

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

background-color css

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

 a { background-color: rgb(168,76,55); }

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

border-color css

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

 span { border-color: rgb(168,76,55); }

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