Html Css Color HEX #A8553E Orange Roughy

📋 copy color: '#A8553E'

red 168 ◦ green 85 ◦ blue 62

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

Shades of Orange Roughy #A8553E

Tints of Orange Roughy #A8553E

RGB

 RED value IS 168 (66.02% from 255) = 53.33%

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

 BLUE value IS 62 (24.61% from 255) = 19.68%

R = 53.33%
G = 26.98%
B = 19.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.63

 K value IS 0.34

RGB Variations

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

Color information

#A8553E (or 0xA8553E) is known color: Orange Roughy. HEX triplet: A8, 55 and 3E. RGB value is (168,85,62). Sum of RGB (Red+Green+Blue) = 168+85+62=315 (41% of max value = 765). Red value is 168 (66.02% from 255 or 53.33% from 315); Green value is 85 (33.59% from 255 or 26.98% from 315); Blue value is 62 (24.61% from 255 or 19.68% from 315); Max value from RGB is 168 - color contains mainly: red. Hex color #A8553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8553E is #57AAC1. Grayscale: #6B6B6B. Windows color (decimal): -5745346 or 4085160. OLE color: 4085160.

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

Color convert

RGB 168 85 62 -
CMYK 0 0.49 0.63 0.34
HSL 13.02º 0.46% 0.45% -
HSV(B) 13.02º 0.63% 0.66% -
XYZ 20.27 15.17 6.42 -
YUV 107.2 102.5 171.37 -
System Red Green Blue C M Y K H S L
Decimal 168 85 62 0 0.49 0.63 0.34 13.02 0.46 0.45
Hex A8 55 3E 0 31 3F 22 D 2E 2D
Octal 250 125 76 0 61 77 42 15 56 55
Binary 10101000 1010101 111110 0 110001 111111 100010 1101 101110 101101

Color Harmonies of #A8553E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8553E

Black with #A8553E

Text Example


Text Example

White with #A8553E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8553E; }

 p { color: rgb(168,85,62); }

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

background-color css

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

 a { background-color: rgb(168,85,62); }

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

border-color css

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

 span { border-color: rgb(168,85,62); }

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