Html Css Color HEX #A4553A Orange Roughy

📋 copy color: '#A4553A'

red 164 ◦ green 85 ◦ blue 58

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

Shades of Orange Roughy #A4553A

Tints of Orange Roughy #A4553A

RGB

 RED value IS 164 (64.45% from 255) = 53.42%

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

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

R = 53.42%
G = 27.69%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4553A (or 0xA4553A) is known color: Orange Roughy. HEX triplet: A4, 55 and 3A. RGB value is (164,85,58). Sum of RGB (Red+Green+Blue) = 164+85+58=307 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.42% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 164 - color contains mainly: red. Hex color #A4553A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4553A is #5BAAC5. Grayscale: #696969. Windows color (decimal): -6007494 or 3823012. OLE color: 3823012.

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

Color convert

RGB 164 85 58 -
CMYK 0 0.48 0.65 0.36
HSL 15.28º 0.48% 0.44% -
HSV(B) 15.28º 0.65% 0.64% -
XYZ 19.32 14.7 5.82 -
YUV 105.54 101.17 169.7 -
System Red Green Blue C M Y K H S L
Decimal 164 85 58 0 0.48 0.65 0.36 15.28 0.48 0.44
Hex A4 55 3A 0 30 41 24 F 30 2C
Octal 244 125 72 0 60 101 44 17 60 54
Binary 10100100 1010101 111010 0 110000 1000001 100100 1111 110000 101100

Color Harmonies of #A4553A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4553A

Black with #A4553A

Text Example


Text Example

White with #A4553A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4553A; }

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

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

background-color css

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

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

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

border-color css

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

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

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