Html Css Color HEX #A7573D Orange Roughy

📋 copy color: '#A7573D'

red 167 ◦ green 87 ◦ blue 61

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

Shades of Orange Roughy #A7573D

Tints of Orange Roughy #A7573D

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.62%

 BLUE value IS 61 (24.22% from 255) = 19.37%

R = 53.02%
G = 27.62%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7573D (or 0xA7573D) is known color: Orange Roughy. HEX triplet: A7, 57 and 3D. RGB value is (167,87,61). Sum of RGB (Red+Green+Blue) = 167+87+61=315 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.02% from 315); Green value is 87 (34.38% from 255 or 27.62% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 167 - color contains mainly: red. Hex color #A7573D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7573D is #58A8C2. Grayscale: #6C6C6C. Windows color (decimal): -5810371 or 4020135. OLE color: 4020135.

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

Color convert

RGB 167 87 61 -
CMYK 0 0.48 0.63 0.35
HSL 14.72º 0.46% 0.45% -
HSV(B) 14.72º 0.63% 0.65% -
XYZ 20.19 15.37 6.32 -
YUV 107.96 101.5 170.11 -
System Red Green Blue C M Y K H S L
Decimal 167 87 61 0 0.48 0.63 0.35 14.72 0.46 0.45
Hex A7 57 3D 0 30 3F 23 F 2E 2D
Octal 247 127 75 0 60 77 43 17 56 55
Binary 10100111 1010111 111101 0 110000 111111 100011 1111 101110 101101

Color Harmonies of #A7573D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7573D

Black with #A7573D

Text Example


Text Example

White with #A7573D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7573D; }

 p { color: rgb(167,87,61); }

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

background-color css

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

 a { background-color: rgb(167,87,61); }

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

border-color css

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

 span { border-color: rgb(167,87,61); }

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