Html Css Color HEX #A8553A Orange Roughy

📋 copy color: '#A8553A'

red 168 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #A8553A

Tints of Orange Roughy #A8553A

RGB

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

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

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

R = 54.02%
G = 27.33%
B = 18.65%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.65

 K value IS 0.34

RGB Variations

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

Color information

#A8553A (or 0xA8553A) is known color: Orange Roughy. HEX triplet: A8, 55 and 3A. RGB value is (168,85,58). Sum of RGB (Red+Green+Blue) = 168+85+58=311 (41% of max value = 765). Red value is 168 (66.02% from 255 or 54.02% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 58 (23.05% from 255 or 18.65% from 311); Max value from RGB is 168 - color contains mainly: red. Hex color #A8553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8553A is #57AAC5. Grayscale: #6A6A6A. Windows color (decimal): -5745350 or 3823016. OLE color: 3823016.

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

Color convert

RGB 168 85 58 -
CMYK 0 0.49 0.65 0.34
HSL 14.73º 0.49% 0.44% -
HSV(B) 14.73º 0.65% 0.66% -
XYZ 20.16 15.13 5.86 -
YUV 106.74 100.5 171.7 -
System Red Green Blue C M Y K H S L
Decimal 168 85 58 0 0.49 0.65 0.34 14.73 0.49 0.44
Hex A8 55 3A 0 31 41 22 F 31 2C
Octal 250 125 72 0 61 101 42 17 61 54
Binary 10101000 1010101 111010 0 110001 1000001 100010 1111 110001 101100

Color Harmonies of #A8553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8553A

Black with #A8553A

Text Example


Text Example

White with #A8553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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