Html Css Color HEX #A74F38 Orange Roughy

📋 copy color: '#A74F38'

red 167 ◦ green 79 ◦ blue 56

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

Shades of Orange Roughy #A74F38

Tints of Orange Roughy #A74F38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.54%

R = 55.3%
G = 26.16%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.66

 K value IS 0.35

RGB Variations

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

Color information

#A74F38 (or 0xA74F38) is known color: Orange Roughy. HEX triplet: A7, 4F and 38. RGB value is (167,79,56). Sum of RGB (Red+Green+Blue) = 167+79+56=302 (40% of max value = 765). Red value is 167 (65.62% from 255 or 55.30% from 302); Green value is 79 (31.25% from 255 or 26.16% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 167 - color contains mainly: red. Hex color #A74F38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A74F38 is #58B0C7. Grayscale: #666666. Windows color (decimal): -5812424 or 3690407. OLE color: 3690407.

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

Color convert

RGB 167 79 56 -
CMYK 0 0.53 0.66 0.35
HSL 12.43º 0.5% 0.44% -
HSV(B) 12.43º 0.66% 0.65% -
XYZ 19.45 14.09 5.44 -
YUV 102.69 101.65 173.87 -
System Red Green Blue C M Y K H S L
Decimal 167 79 56 0 0.53 0.66 0.35 12.43 0.5 0.44
Hex A7 4F 38 0 35 42 23 C 32 2C
Octal 247 117 70 0 65 102 43 14 62 54
Binary 10100111 1001111 111000 0 110101 1000010 100011 1100 110010 101100

Color Harmonies of #A74F38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74F38

Black with #A74F38

Text Example


Text Example

White with #A74F38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74F38; }

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

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

background-color css

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

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

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

border-color css

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

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

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