Html Css Color HEX #A7553D Orange Roughy

📋 copy color: '#A7553D'

red 167 ◦ green 85 ◦ blue 61

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

Shades of Orange Roughy #A7553D

Tints of Orange Roughy #A7553D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.16%

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

R = 53.35%
G = 27.16%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7553D (or 0xA7553D) is known color: Orange Roughy. HEX triplet: A7, 55 and 3D. RGB value is (167,85,61). Sum of RGB (Red+Green+Blue) = 167+85+61=313 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.35% from 313); Green value is 85 (33.59% from 255 or 27.16% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 167 - color contains mainly: red. Hex color #A7553D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7553D is #58AAC2. Grayscale: #6A6A6A. Windows color (decimal): -5810883 or 4019623. OLE color: 4019623.

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

Color convert

RGB 167 85 61 -
CMYK 0 0.49 0.63 0.35
HSL 13.58º 0.46% 0.45% -
HSV(B) 13.58º 0.63% 0.65% -
XYZ 20.03 15.05 6.26 -
YUV 106.78 102.17 170.95 -
System Red Green Blue C M Y K H S L
Decimal 167 85 61 0 0.49 0.63 0.35 13.58 0.46 0.45
Hex A7 55 3D 0 31 3F 23 E 2E 2D
Octal 247 125 75 0 61 77 43 16 56 55
Binary 10100111 1010101 111101 0 110001 111111 100011 1110 101110 101101

Color Harmonies of #A7553D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7553D

Black with #A7553D

Text Example


Text Example

White with #A7553D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7553D; }

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

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

background-color css

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

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

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

border-color css

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

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

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