Html Css Color HEX #A4563C Orange Roughy

📋 copy color: '#A4563C'

red 164 ◦ green 86 ◦ blue 60

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

Shades of Orange Roughy #A4563C

Tints of Orange Roughy #A4563C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.74%

 BLUE value IS 60 (23.83% from 255) = 19.35%

R = 52.9%
G = 27.74%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A4563C (or 0xA4563C) is known color: Orange Roughy. HEX triplet: A4, 56 and 3C. RGB value is (164,86,60). Sum of RGB (Red+Green+Blue) = 164+86+60=310 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.90% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 60 (23.83% from 255 or 19.35% from 310); Max value from RGB is 164 - color contains mainly: red. Hex color #A4563C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4563C is #5BA9C3. Grayscale: #6A6A6A. Windows color (decimal): -6007236 or 3954340. OLE color: 3954340.

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

Color convert

RGB 164 86 60 -
CMYK 0 0.48 0.63 0.36
HSL 15º 0.46% 0.44% -
HSV(B) 15º 0.63% 0.64% -
XYZ 19.45 14.87 6.12 -
YUV 106.36 101.84 169.11 -
System Red Green Blue C M Y K H S L
Decimal 164 86 60 0 0.48 0.63 0.36 15 0.46 0.44
Hex A4 56 3C 0 30 3F 24 F 2E 2C
Octal 244 126 74 0 60 77 44 17 56 54
Binary 10100100 1010110 111100 0 110000 111111 100100 1111 101110 101100

Color Harmonies of #A4563C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4563C

Black with #A4563C

Text Example


Text Example

White with #A4563C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4563C; }

 p { color: rgb(164,86,60); }

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

background-color css

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

 a { background-color: rgb(164,86,60); }

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

border-color css

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

 span { border-color: rgb(164,86,60); }

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