Html Css Color HEX #A74F36 Orange Roughy

📋 copy color: '#A74F36'

red 167 ◦ green 79 ◦ blue 54

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

Shades of Orange Roughy #A74F36

Tints of Orange Roughy #A74F36

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.33%

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

R = 55.67%
G = 26.33%
B = 18%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#A74F36 (or 0xA74F36) is known color: Orange Roughy. HEX triplet: A7, 4F and 36. RGB value is (167,79,54). Sum of RGB (Red+Green+Blue) = 167+79+54=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 79 (31.25% from 255 or 26.33% from 300); Blue value is 54 (21.48% from 255 or 18% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74F36 is #58B0C9. Grayscale: #666666. Windows color (decimal): -5812426 or 3559335. OLE color: 3559335.

HSL color Cylindrical-coordinate representation of color #A74F36: hue angle of 13.27º 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 #A74F36 is Cyan = 0, Magento = 0.53, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 79 54 -
CMYK 0 0.53 0.68 0.35
HSL 13.27º 0.51% 0.43% -
HSV(B) 13.27º 0.68% 0.65% -
XYZ 19.4 14.07 5.18 -
YUV 102.46 100.65 174.03 -
System Red Green Blue C M Y K H S L
Decimal 167 79 54 0 0.53 0.68 0.35 13.27 0.51 0.43
Hex A7 4F 36 0 35 44 23 D 33 2B
Octal 247 117 66 0 65 104 43 15 63 53
Binary 10100111 1001111 110110 0 110101 1000100 100011 1101 110011 101011

Color Harmonies of #A74F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F36

Black with #A74F36

Text Example


Text Example

White with #A74F36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F36; }

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

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

background-color css

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

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

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

border-color css

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

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

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