Html Css Color HEX #A7553A Orange Roughy

📋 copy color: '#A7553A'

red 167 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #A7553A

Tints of Orange Roughy #A7553A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.71%

R = 53.87%
G = 27.42%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#A7553A (or 0xA7553A) is known color: Orange Roughy. HEX triplet: A7, 55 and 3A. RGB value is (167,85,58). Sum of RGB (Red+Green+Blue) = 167+85+58=310 (41% of max value = 765). Red value is 167 (65.62% from 255 or 53.87% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 58 (23.05% from 255 or 18.71% from 310); Max value from RGB is 167 - color contains mainly: red. Hex color #A7553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7553A is #58AAC5. Grayscale: #6A6A6A. Windows color (decimal): -5810886 or 3823015. OLE color: 3823015.

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

Color convert

RGB 167 85 58 -
CMYK 0 0.49 0.65 0.35
HSL 14.86º 0.48% 0.44% -
HSV(B) 14.86º 0.65% 0.65% -
XYZ 19.95 15.02 5.85 -
YUV 106.44 100.67 171.2 -
System Red Green Blue C M Y K H S L
Decimal 167 85 58 0 0.49 0.65 0.35 14.86 0.48 0.44
Hex A7 55 3A 0 31 41 23 F 30 2C
Octal 247 125 72 0 61 101 43 17 60 54
Binary 10100111 1010101 111010 0 110001 1000001 100011 1111 110000 101100

Color Harmonies of #A7553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7553A

Black with #A7553A

Text Example


Text Example

White with #A7553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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