Html Css Color HEX #A74F37 Orange Roughy

📋 copy color: '#A74F37'

red 167 ◦ green 79 ◦ blue 55

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

Shades of Orange Roughy #A74F37

Tints of Orange Roughy #A74F37

RGB

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

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

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

R = 55.48%
G = 26.25%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.67

 K value IS 0.35

RGB Variations

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

Color information

#A74F37 (or 0xA74F37) is known color: Orange Roughy. HEX triplet: A7, 4F and 37. RGB value is (167,79,55). Sum of RGB (Red+Green+Blue) = 167+79+55=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 55 (21.88% from 255 or 18.27% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74F37 is #58B0C8. Grayscale: #666666. Windows color (decimal): -5812425 or 3624871. OLE color: 3624871.

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

Color convert

RGB 167 79 55 -
CMYK 0 0.53 0.67 0.35
HSL 12.86º 0.5% 0.44% -
HSV(B) 12.86º 0.67% 0.65% -
XYZ 19.42 14.08 5.31 -
YUV 102.58 101.15 173.95 -
System Red Green Blue C M Y K H S L
Decimal 167 79 55 0 0.53 0.67 0.35 12.86 0.5 0.44
Hex A7 4F 37 0 35 43 23 D 32 2C
Octal 247 117 67 0 65 103 43 15 62 54
Binary 10100111 1001111 110111 0 110101 1000011 100011 1101 110010 101100

Color Harmonies of #A74F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F37

Black with #A74F37

Text Example


Text Example

White with #A74F37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F37; }

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

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

background-color css

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

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

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

border-color css

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

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

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