Html Css Color HEX #A74E3A Orange Roughy

📋 copy color: '#A74E3A'

red 167 ◦ green 78 ◦ blue 58

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

Shades of Orange Roughy #A74E3A

Tints of Orange Roughy #A74E3A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 25.74%

 BLUE value IS 58 (23.05% from 255) = 19.14%

R = 55.12%
G = 25.74%
B = 19.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A74E3A (or 0xA74E3A) is known color: Orange Roughy. HEX triplet: A7, 4E and 3A. RGB value is (167,78,58). Sum of RGB (Red+Green+Blue) = 167+78+58=303 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.12% from 303); Green value is 78 (30.86% from 255 or 25.74% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 167 - color contains mainly: red. Hex color #A74E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74E3A is #58B1C5. Grayscale: #666666. Windows color (decimal): -5812678 or 3821223. OLE color: 3821223.

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

Color convert

RGB 167 78 58 -
CMYK 0 0.53 0.65 0.35
HSL 11.01º 0.48% 0.44% -
HSV(B) 11.01º 0.65% 0.65% -
XYZ 19.42 13.97 5.68 -
YUV 102.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 167 78 58 0 0.53 0.65 0.35 11.01 0.48 0.44
Hex A7 4E 3A 0 35 41 23 B 30 2C
Octal 247 116 72 0 65 101 43 13 60 54
Binary 10100111 1001110 111010 0 110101 1000001 100011 1011 110000 101100

Color Harmonies of #A74E3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74E3A

Black with #A74E3A

Text Example


Text Example

White with #A74E3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74E3A; }

 p { color: rgb(167,78,58); }

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

background-color css

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

 a { background-color: rgb(167,78,58); }

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

border-color css

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

 span { border-color: rgb(167,78,58); }

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