Html Css Color HEX #A74D36 Orange Roughy

📋 copy color: '#A74D36'

red 167 ◦ green 77 ◦ blue 54

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

Shades of Orange Roughy #A74D36

Tints of Orange Roughy #A74D36

RGB

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

 GREEN value IS 77 (30.47% from 255) = 25.84%

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

R = 56.04%
G = 25.84%
B = 18.12%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A74D36 (or 0xA74D36) is known color: Orange Roughy. HEX triplet: A7, 4D and 36. RGB value is (167,77,54). Sum of RGB (Red+Green+Blue) = 167+77+54=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 77 (30.47% from 255 or 25.84% from 298); Blue value is 54 (21.48% from 255 or 18.12% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A74D36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74D36 is #58B2C9. Grayscale: #656565. Windows color (decimal): -5812938 or 3558823. OLE color: 3558823.

HSL color Cylindrical-coordinate representation of color #A74D36: hue angle of 12.21º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A74D36 is Cyan = 0, Magento = 0.54, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 77 54 -
CMYK 0 0.54 0.68 0.35
HSL 12.21º 0.51% 0.43% -
HSV(B) 12.21º 0.68% 0.65% -
XYZ 19.26 13.79 5.14 -
YUV 101.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 167 77 54 0 0.54 0.68 0.35 12.21 0.51 0.43
Hex A7 4D 36 0 36 44 23 C 33 2B
Octal 247 115 66 0 66 104 43 14 63 53
Binary 10100111 1001101 110110 0 110110 1000100 100011 1100 110011 101011

Color Harmonies of #A74D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74D36

Black with #A74D36

Text Example


Text Example

White with #A74D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74D36; }

 p { color: rgb(167,77,54); }

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

background-color css

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

 a { background-color: rgb(167,77,54); }

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

border-color css

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

 span { border-color: rgb(167,77,54); }

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