Html Css Color HEX #A74937 Orange Roughy

📋 copy color: '#A74937'

red 167 ◦ green 73 ◦ blue 55

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

Shades of Orange Roughy #A74937

Tints of Orange Roughy #A74937

RGB

 RED value IS 167 (65.63% from 255) = 56.61%

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

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

R = 56.61%
G = 24.75%
B = 18.64%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A74937 (or 0xA74937) is known color: Orange Roughy. HEX triplet: A7, 49 and 37. RGB value is (167,73,55). Sum of RGB (Red+Green+Blue) = 167+73+55=295 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.61% from 295); Green value is 73 (28.91% from 255 or 24.75% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 167 - color contains mainly: red. Hex color #A74937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A74937 is #58B6C8. Grayscale: #636363. Windows color (decimal): -5813961 or 3623335. OLE color: 3623335.

HSL color Cylindrical-coordinate representation of color #A74937: hue angle of 9.64º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A74937 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 73 55 -
CMYK 0 0.56 0.67 0.35
HSL 9.64º 0.5% 0.44% -
HSV(B) 9.64º 0.67% 0.65% -
XYZ 19.01 13.26 5.17 -
YUV 99.05 103.14 176.46 -
System Red Green Blue C M Y K H S L
Decimal 167 73 55 0 0.56 0.67 0.35 9.64 0.5 0.44
Hex A7 49 37 0 38 43 23 A 32 2C
Octal 247 111 67 0 70 103 43 12 62 54
Binary 10100111 1001001 110111 0 111000 1000011 100011 1010 110010 101100

Color Harmonies of #A74937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74937

Black with #A74937

Text Example


Text Example

White with #A74937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74937; }

 p { color: rgb(167,73,55); }

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

background-color css

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

 a { background-color: rgb(167,73,55); }

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

border-color css

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

 span { border-color: rgb(167,73,55); }

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